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

Commit 7f5136b

Browse files
committed
2 chars
1 parent ac81939 commit 7f5136b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Global/Unsafe.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@
44
// module Global.Unsafe
55

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

0 commit comments

Comments
 (0)