Skip to content

Commit 12a30ec

Browse files
committed
whitespace
1 parent 920306b commit 12a30ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/lib/mixins/i18n/index.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -361,7 +361,7 @@ mixin = {
361361
sprintfArgs.unshift( translation );
362362
try {
363363
translation = Jed.sprintf.apply( Jed, sprintfArgs );
364-
} catch( error ) {
364+
} catch ( error ) {
365365
if ( ! window || ! window.console ) {
366366
return;
367367
}

0 commit comments

Comments
 (0)