We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3878511 commit 1614dd9Copy full SHA for 1614dd9
1 file changed
lib/node_modules/@stdlib/string/format/lib/main.js
@@ -74,8 +74,7 @@ function format( str ) {
74
token = tokens[ i ];
75
if ( isString( token ) ) {
76
out += token;
77
- }
78
- else {
+ } else {
79
if ( token.mapping ) {
80
pos = token.mapping;
81
}
0 commit comments