Skip to content

Commit 89a59ca

Browse files
committed
Styling
1 parent 939e560 commit 89a59ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/Test/Main.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ exports.testNumberShow = function(showNumber) {
4545
};
4646
};
4747

48-
exports.throwErr = function(msg){
48+
exports.throwErr = function(msg) {
4949
return function(){
50-
throw new Error(msg)
50+
throw new Error(msg);
5151
}
5252
}

0 commit comments

Comments
 (0)