Skip to content

Commit 2a2fa1a

Browse files
committed
Fixed format problem.
1 parent 3711c1d commit 2a2fa1a

File tree

1 file changed

+0
-1
lines changed
  • api/swim_form_derive/src/structural/read

1 file changed

+0
-1
lines changed

api/swim_form_derive/src/structural/read/mod.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,6 @@ impl<'a> ToTokens for DeriveStructuralReadable<'a, SegregatedStructModel<'a>> {
124124

125125
tokens.append_all(quote! {
126126
const _: () = {
127-
128127
type #builder_name #type_gen = #builder_type;
129128
#select_index
130129

0 commit comments

Comments
 (0)