Skip to content

Commit 56906ce

Browse files
authored
chore: fmt
1 parent bd7960d commit 56906ce

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/html/usage.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,8 @@ use serde::Serialize;
1010
use std::borrow::Cow;
1111

1212
lazy_static! {
13-
static ref IDENTIFIER_RE: Regex = Regex::new(r"^[0-9]|[^a-zA-Z0-9$_]").unwrap();
13+
+ static ref IDENTIFIER_RE: Regex =
14+
+ Regex::new(r"^[0-9]|[^a-zA-Z0-9$_]").unwrap();
1415
}
1516

1617
fn render_css_for_usage(name: &str) -> String {

0 commit comments

Comments
 (0)