Skip to content

Commit b9bc57e

Browse files
committed
style: update formatter errors
1 parent 08a1509 commit b9bc57e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/stringify.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ function getAsPrimitive(value) {
2828
function stringify(input) {
2929
let result = "";
3030

31-
if (input === null || typeof input !== 'object') {
31+
if (input === null || typeof input !== "object") {
3232
return result;
3333
}
3434

0 commit comments

Comments
 (0)