Skip to content

Commit c591c10

Browse files
committed
formatted
1 parent e342c42 commit c591c10

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/test/mod.rs

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ use syn::Result;
1313

1414
fn test_derive(input: TokenStream, expected: TokenStream) -> Result<()> {
1515
let left = crate::derive_where_internal(input.clone())?.to_string();
16-
// FIXME this currently means, that input_without_derive_where_attributes is not actually
17-
// tested.
16+
// FIXME this currently means, that input_without_derive_where_attributes is not
17+
// actually tested.
1818
let item = crate::input_without_derive_where_attributes(syn::parse2(input)?);
1919
let right = quote! {#item #expected}.to_string();
2020

0 commit comments

Comments
 (0)