Skip to content

Commit 75b6f79

Browse files
author
Alexei Pastuchov
committed
rustfmt adds an empty like for sake of CI
1 parent 5a72bf8 commit 75b6f79

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

wundergraph_derive/src/wundergraph_entity.rs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,6 @@ pub fn derive(item: &syn::DeriveInput) -> Result<TokenStream, Diagnostic> {
5959
None
6060
};
6161

62-
6362
let mysql_non_table_field_filter = if cfg!(feature = "mysql") {
6463
Some(derive_non_table_filter(
6564
&model,

0 commit comments

Comments
 (0)