Skip to content

Commit a4db61f

Browse files
committed
style: remove space to fix lint.
1 parent a7d85f9 commit a4db61f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utils.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,4 @@ export const rangeCheck = (field: string, value: number, min?: number, max?: num
2222
* isDynamicBuffer(buf2); // false
2323
* ```
2424
*/
25-
export const isDynamicBuffer = (val: any) => val instanceof DynamicBuffer;
25+
export const isDynamicBuffer = (val: any) => val instanceof DynamicBuffer;

0 commit comments

Comments
 (0)