Skip to content

Commit

Permalink
Fix formatting with cargo fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
djc committed Jan 5, 2022
1 parent 247ff5c commit f37cf6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skeptic/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ use std::io::{self, Error as IoError, Read, Write};
use std::mem;
use std::path::{Path, PathBuf};

use pulldown_cmark::{CodeBlockKind, Event, Parser, Tag, HeadingLevel};
use pulldown_cmark::{CodeBlockKind, Event, HeadingLevel, Parser, Tag};

pub mod rt;
#[cfg(test)]
Expand Down

0 comments on commit f37cf6f

Please sign in to comment.