Skip to content

Commit d0c2a3b

Browse files
authored
style: remove linebreak
Signed-off-by: Athan <[email protected]>
1 parent 3055793 commit d0c2a3b

File tree

1 file changed

+1
-2
lines changed
  • lib/node_modules/@stdlib/ndarray/flatten/lib

1 file changed

+1
-2
lines changed

lib/node_modules/@stdlib/ndarray/flatten/lib/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,7 @@ function flatten( x, options ) {
111111
} else {
112112
opts.order = getOrder( x );
113113
}
114-
}
115-
else if ( options.order === 'same' ) {
114+
} else if ( options.order === 'same' ) {
116115
opts.order = getOrder( x );
117116
}
118117
} else {

0 commit comments

Comments
 (0)