Skip to content

Commit f5b389b

Browse files
committed
Format
1 parent 4661f47 commit f5b389b

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

src/summary.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,7 @@ impl Summary {
112112
}
113113

114114
if let Some(condition) = &self.condition {
115-
println!(
116-
"You supplied this CEL condition for your flake:\n\n{condition}"
117-
);
115+
println!("You supplied this CEL condition for your flake:\n\n{condition}");
118116
println!("The following inputs violate that condition:\n");
119117
for issue in self.issues.iter() {
120118
println!("* {}", issue.input);

0 commit comments

Comments
 (0)