We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4661f47 commit f5b389bCopy full SHA for f5b389b
src/summary.rs
@@ -112,9 +112,7 @@ impl Summary {
112
}
113
114
if let Some(condition) = &self.condition {
115
- println!(
116
- "You supplied this CEL condition for your flake:\n\n{condition}"
117
- );
+ println!("You supplied this CEL condition for your flake:\n\n{condition}");
118
println!("The following inputs violate that condition:\n");
119
for issue in self.issues.iter() {
120
println!("* {}", issue.input);
0 commit comments