Skip to content

Commit b46f43a

Browse files
cargo fmt
1 parent d8d34fd commit b46f43a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

crates/cli/src/sarif/sarif_utils.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ impl IntoSarif for &Rule {
218218
if let Some(cwe) = self.cwe.as_ref() {
219219
tags.push(format!("CWE:{}", cwe));
220220
}
221-
if self.is_testing{
222-
tags.push("DATADOG_TESTING:true".to_string());
221+
if self.is_testing {
222+
tags.push("DATADOG_TESTING:true".to_string());
223223
}
224224
let props = PropertyBagBuilder::default().tags(tags).build().unwrap();
225225
builder.properties(props);

0 commit comments

Comments
 (0)