Skip to content

Commit 29d978c

Browse files
committed
further linitng issues fixed in index.js
1 parent 4142b62 commit 29d978c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • lib/node_modules/@stdlib/console/log/examples

lib/node_modules/@stdlib/console/log/examples/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,5 @@ log( '%i', 2 );
3030
log( '%.2i', 2.2 );
3131
log( '%f', 3.14 );
3232
log( '%.2f', 4.13 );
33-
log( '%o', { 'foo': 'bar' } );
33+
log( '%o', { 'foo': 'bar' });
3434
log( '%O', [ 1, 2, 3, 4 ]);

0 commit comments

Comments
 (0)