Skip to content
This repository was archived by the owner on Dec 18, 2020. It is now read-only.

Commit ac81939

Browse files
committed
More changes at the behest of the linter
1 parent 4f5d712 commit ac81939

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/Global/Unsafe.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@
33

44
// module Global.Unsafe
55

6-
exports.unsafeStringify = function(x){
7-
return JSON.stringify(x);
6+
exports.unsafeStringify = function (x) {
7+
return JSON.stringify(x);
88
};

0 commit comments

Comments
 (0)