Skip to content

Commit 4cc4212

Browse files
authored
style: add empty line
Signed-off-by: Athan <kgryte@gmail.com>
1 parent fcd30df commit 4cc4212

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • lib/node_modules/@stdlib/repl/presentation/lib/commands

lib/node_modules/@stdlib/repl/presentation/lib/commands/blank.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -47,6 +47,7 @@ function command( pres ) {
4747
pres._repl._ostream.write( str );
4848
pres._repl.once( 'drain', onDrain );
4949
}
50+
5051
/**
5152
* Callback invoked upon a `drain` event.
5253
*

0 commit comments

Comments
 (0)