Skip to content

Commit 653ec65

Browse files
committed
Run rustfmt
1 parent 2c453e2 commit 653ec65

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

graphql_client_codegen/src/deprecation.rs

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,9 @@ pub enum DeprecationStrategy {
1818
}
1919

2020
impl Default for DeprecationStrategy {
21-
fn default() -> Self { DeprecationStrategy::Warn }
21+
fn default() -> Self {
22+
DeprecationStrategy::Warn
23+
}
2224
}
2325

2426
pub fn extract_deprecation_strategy(

0 commit comments

Comments
 (0)