Skip to content

Commit 881c0bf

Browse files
committed
fmt
1 parent 3e75e7b commit 881c0bf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@ extern crate difference;
33
extern crate itertools;
44

55
use ansi_term::{ANSIGenericString, Colour};
6-
use std::{sync::Once, fmt};
76
use difference::{Changeset, Difference};
87
use itertools::Itertools;
8+
use std::{fmt, sync::Once};
99

1010
fn red(s: &str) -> ANSIGenericString<str> {
1111
Colour::Red.paint(s)

0 commit comments

Comments
 (0)