Skip to content

Commit c99a116

Browse files
authored
remove trailing semicolon from macro (#12)
1 parent 162b362 commit c99a116

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/style.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ impl Style<'static> {
1616
pub const fn default() -> Self {
1717
macro_rules! bg_color {
1818
($color:expr) => {
19-
concat!("color: white; padding: 0 3px; background: ", $color, ";");
19+
concat!("color: white; padding: 0 3px; background: ", $color, ";")
2020
};
2121
};
2222

0 commit comments

Comments
 (0)