We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
rustfmt
1 parent 2c453e2 commit 653ec65Copy full SHA for 653ec65
1 file changed
graphql_client_codegen/src/deprecation.rs
@@ -18,7 +18,9 @@ pub enum DeprecationStrategy {
18
}
19
20
impl Default for DeprecationStrategy {
21
- fn default() -> Self { DeprecationStrategy::Warn }
+ fn default() -> Self {
22
+ DeprecationStrategy::Warn
23
+ }
24
25
26
pub fn extract_deprecation_strategy(
0 commit comments