Skip to content

Commit

Permalink
fix some clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
obmarg committed Jan 6, 2024
1 parent a1aa90c commit edaf5ef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions cynic-cli/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -23,8 +23,8 @@ fn main() {
println!(
"{}",
cynic_querygen::document_to_fragment_structs(
&query,
&schema,
query,
schema,
&cynic_querygen::QueryGenOptions::default()
)
.unwrap()
Expand Down

0 comments on commit edaf5ef

Please sign in to comment.