Skip to content

Commit 829f147

Browse files
committed
chore: Fix lint
1 parent d222fb6 commit 829f147

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib/utils/options/declaration.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ function getBoundsError(name: string, minValue?: number, maxValue?: number): str
330330
} else if (isFiniteNumber(maxValue)) {
331331
return `${name} must be <= ${maxValue}`;
332332
}
333-
throw new Error('Unreachable')
333+
throw new Error('Unreachable');
334334
}
335335

336336
/**

0 commit comments

Comments
 (0)