Skip to content

Commit 006e144

Browse files
committed
refactor: Remove trailing semicolon from macro
1 parent e036d23 commit 006e144

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/visualizer/proportion_bar.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ impl Display for ProportionBarDisplay {
7676
level2 = bar.display_level2(),
7777
level3 = bar.display_level3(),
7878
level4 = bar.display_level4(),
79-
);
79+
)
8080
};
8181
}
8282
match align {

0 commit comments

Comments
 (0)