Skip to content

Commit df44cfd

Browse files
committed
fix: apply formatting
1 parent 5f46e53 commit df44cfd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

crates/pgls_splinter/src/convert.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ fn rule_name_to_category(name: &str, group: &str) -> &'static Category {
103103
category!("splinter/security/insecureQueueExposedInApi")
104104
}
105105
("security", "fkey_to_auth_unique") => category!("splinter/security/fkeyToAuthUnique"),
106-
_ => panic!("Unknown splinter rule: {group}/{name}")
106+
_ => panic!("Unknown splinter rule: {group}/{name}"),
107107
}
108108
}
109109

0 commit comments

Comments
 (0)