Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
crowlKats committed Jul 12, 2024
1 parent 0a12adb commit 0403e39
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/html/jsdoc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ use comrak::Arena;
use serde::Serialize;
use std::borrow::Cow;
use std::cell::RefCell;
use std::io::{BufWriter, Write};
use std::io::BufWriter;
use std::io::Write;

lazy_static! {
static ref JSDOC_LINK_RE: regex::Regex = regex::Regex::new(
Expand Down

0 comments on commit 0403e39

Please sign in to comment.