Skip to content

Commit 7b990bf

Browse files
committed
lint-fix
1 parent 56c467d commit 7b990bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/nodes/math/BitcountNode.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
import { addMethodChaining, float, Fn, If, int, nodeProxyIntent, uint } from '../tsl/TSLCore.js';
1+
import { addMethodChaining, float, Fn, If, nodeProxyIntent, uint } from '../tsl/TSLCore.js';
22
import { bitcast, floatBitsToUint } from './BitcastNode.js';
33
import MathNode, { negate } from './MathNode.js';
44

0 commit comments

Comments
 (0)