Skip to content

Commit eaae99f

Browse files
authored
Apply suggestions from code review
Co-authored-by: Athan <kgryte@gmail.com> Signed-off-by: Athan <kgryte@gmail.com>
1 parent 6947302 commit eaae99f

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/number/uint64/ctor/test

lib/node_modules/@stdlib/number/uint64/ctor/test/test.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -236,8 +236,7 @@ tape( 'the constructor returns an instance which supports converting an instance
236236

237237
x = Uint64.from( [ 0xDEADBEEF, 0xBADF00D2 ] );
238238
t.strictEqual( x.valueOf(), BigInt( '0xDEADBEEFBADF00D2' ), 'returns expected value' );
239-
}
240-
else {
239+
} else {
241240
x = new Uint64( 5 );
242241
t.strictEqual( x.valueOf(), 5, 'returns expected value' );
243242

0 commit comments

Comments
 (0)