Skip to content

Commit c084b09

Browse files
cleanup
1 parent b3fbba2 commit c084b09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/GiftEditor.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ const program = Effect.gen(function* () {
9090
}
9191

9292
// Save the bitizen to the filesystem
93-
const bitizenJson = Schema.encodeSync(Schema.parseJson(BitizenJson))(maybeBitizen.value);
93+
const bitizenJson = Schema.encodeSync(Schema.parseJson(BitizenJson, { space: 4 }))(maybeBitizen.value);
9494
yield* fileSystem.writeFileString(`gift_${gift.id}.json`, bitizenJson);
9595

9696
// Wait for the user to confirm they are done editing

0 commit comments

Comments
 (0)