Skip to content

Commit 30c0307

Browse files
authored
chore: use spaces instead of tabs
1 parent 90ada1f commit 30c0307

File tree

1 file changed

+2
-2
lines changed
  • lib/node_modules/@stdlib/math/base/assert/is-oddf

1 file changed

+2
-2
lines changed

lib/node_modules/@stdlib/math/base/assert/is-oddf/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,8 +95,8 @@ var i;
9595
x = randu( 100, -50, 50 );
9696
9797
for ( i = 0; i < 100; i++ ) {
98-
bool = isOddf( x[ i % 100 ] );
99-
console.log( '%d is %s', x[ i % 100 ], ( bool ) ? 'odd' : 'not odd' );
98+
bool = isOddf( x[ i % 100 ] );
99+
console.log( '%d is %s', x[ i % 100 ], ( bool ) ? 'odd' : 'not odd' );
100100
}
101101
```
102102

0 commit comments

Comments
 (0)