We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 162b362 commit c99a116Copy full SHA for c99a116
1 file changed
src/style.rs
@@ -16,7 +16,7 @@ impl Style<'static> {
16
pub const fn default() -> Self {
17
macro_rules! bg_color {
18
($color:expr) => {
19
- concat!("color: white; padding: 0 3px; background: ", $color, ";");
+ concat!("color: white; padding: 0 3px; background: ", $color, ";")
20
};
21
22
0 commit comments