Skip to content

Commit 0cfd41f

Browse files
remove format
1 parent 6410263 commit 0cfd41f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ts-rs/tests/integration/optional_field.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ fn struct_optional() {
156156
);
157157
assert_eq!(
158158
OptionalGenericStruct::<ts_rs::Dummy>::inline(&cfg),
159-
format!("{{ a?: Dummy, b: Dummy, }}")
159+
"{ a?: Dummy, b: Dummy, }"
160160
);
161161
}
162162

0 commit comments

Comments
 (0)