fix(style): Addressed linter complaints on formatting

This commit is contained in:
2024-12-13 19:48:22 -07:00
parent 682bc91855
commit 412cb2408e
51 changed files with 343 additions and 259 deletions
+1 -4
View File
@@ -20,10 +20,7 @@ mod test {
#[test]
fn test_style_indeterminate() {
assert_eq!(
Style::new().indeterminate(),
Style::new().fg(COLOR_ORANGE)
);
assert_eq!(Style::new().indeterminate(), Style::new().fg(COLOR_ORANGE));
}
#[test]