Skip to content

Commit d5b9707

Browse files
lg08lpil
authored andcommitted
take out newline
1 parent d07bafd commit d5b9707

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Diff for: birdie_snapshots/codegen_properties_mixed_test.accepted

+1-1
Original file line numberDiff line numberDiff line change
@@ -81,4 +81,4 @@ fn helper__optional_property(
8181
option.Some(value) -> [#(key, to_json(value)), ..object]
8282
option.None -> object
8383
}
84-
}
84+
}

Diff for: birdie_snapshots/codegen_properties_optional_test.accepted

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,4 +66,4 @@ fn helper__optional_property(
6666
option.Some(value) -> [#(key, to_json(value)), ..object]
6767
option.None -> object
6868
}
69-
}
69+
}

0 commit comments

Comments
 (0)