Skip to content

Commit

Permalink
Run cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
naiquevin committed Dec 28, 2024
1 parent 27b7812 commit 81927ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/metadata.rs
Original file line number Diff line number Diff line change
Expand Up @@ -269,7 +269,7 @@ impl Metadata {
if let Layout::OneFileAllQueries(_) = self.query_output_layout {
if self.name_tagger.is_none() {
mistakes.push(ManifestMistake::NameTaggingRequired(
"query_output_layout = 'one-file-all-queries'".to_owned()
"query_output_layout = 'one-file-all-queries'".to_owned(),
))
}
}
Expand Down

0 comments on commit 81927ff

Please sign in to comment.