Skip to content

Commit 3ea7f5c

Browse files
committed
style: add missing space to array/fixed-endian-factory/test
Co-authored-by: Athan <[email protected]> Signed-off-by: Nate <[email protected]> style: add missing space to array/fixed-endian-factory/test style: add missing space to test for toReversed method
1 parent 2ec89dd commit 3ea7f5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/node_modules/@stdlib/array/fixed-endian-factory/test/test.to_reversed.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ tape( 'the method returns an empty array if operating on an empty typed array',
8484
arr = new ctor( 'little-endian' );
8585
out = arr.toReversed();
8686

87-
t.strictEqual(out.length, 0, 'returns expected value');
87+
t.strictEqual(out.length, 0, 'returns expected value' );
8888
t.end();
8989
});
9090

0 commit comments

Comments
 (0)