Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
dpaoliello committed Oct 18, 2023
1 parent e89a902 commit 8b65107
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion crates/tests/standalone/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,11 @@ fn write_std(output: &str, filter: &[&str]) {
}

fn write_no_inner_attr(output: &str, filter: &[&str]) {
riddle(output, filter, &["flatten", "no-inner-attributes", "minimal"]);
riddle(
output,
filter,
&["flatten", "no-inner-attributes", "minimal"],
);
}

fn riddle(output: &str, filter: &[&str], config: &[&str]) {
Expand Down

0 comments on commit 8b65107

Please sign in to comment.