Skip to content

Commit 5b48409

Browse files
reformat derive_fns_spec call for readability
1 parent f7c4477 commit 5b48409

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

soroban-sdk-macros/src/derive_contractimpl_trait_default_fns_not_overridden.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,11 @@ fn derive(args: &Args) -> Result<TokenStream2, Error> {
113113
f
114114
})
115115
.collect();
116-
output.extend(derive_fns_spec(&args.spec_name, &impl_fns_for_spec, spec_export));
116+
output.extend(derive_fns_spec(
117+
&args.spec_name,
118+
&impl_fns_for_spec,
119+
spec_export,
120+
));
117121

118122
Ok(output)
119123
}

0 commit comments

Comments
 (0)