Skip to content

Commit 1614dd9

Browse files
committed
Remove line break
1 parent 3878511 commit 1614dd9

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

  • lib/node_modules/@stdlib/string/format/lib

lib/node_modules/@stdlib/string/format/lib/main.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@ function format( str ) {
7474
token = tokens[ i ];
7575
if ( isString( token ) ) {
7676
out += token;
77-
}
78-
else {
77+
} else {
7978
if ( token.mapping ) {
8079
pos = token.mapping;
8180
}

0 commit comments

Comments
 (0)