Skip to content

Commit b1d4466

Browse files
committed
consistency
1 parent 0239ce5 commit b1d4466

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/pprint_ffi.mjs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
import * as $gleam from './gleam.mjs';
2-
import * as $decoder from './pprint/decoder.mjs';
1+
import * as $gleam from "./gleam.mjs";
2+
import * as $decoder from "./pprint/decoder.mjs";
33

44
export function decode_custom_type(value) {
55
if (value instanceof $gleam.CustomType) {
@@ -27,5 +27,5 @@ export function decode_nil(value) {
2727
}
2828

2929
export function from(value) {
30-
return value
31-
}
30+
return value;
31+
}

0 commit comments

Comments
 (0)