Skip to content

Commit 8e09edf

Browse files
committed
browser: whitespace
1 parent 3491ad6 commit 8e09edf

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

browser.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ function useColors() {
5555
exports.formatters.j = function(v) {
5656
try {
5757
return JSON.stringify(v);
58-
}catch( err){
58+
} catch (err) {
5959
return '[UnexpectedJSONParseError]: ' + err.message;
6060
}
6161
};

0 commit comments

Comments
 (0)