Skip to content

Commit

Permalink
fix: typo from merge conflict in revertng commit
Browse files Browse the repository at this point in the history
  • Loading branch information
PThorpe92 committed Sep 2, 2023
1 parent 85a0a23 commit a28f048
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@ use std::fmt;
use std::io;
use std::ops::Deref;

use ansi::RESET;
use difference::Difference;
use style::{Style, Colour};
use write::AnyWrite;
use crate::ansi::RESET;
use crate::difference::Difference;
use crate::style::{Style, Colour};
use crate::write::AnyWrite;


/// An `ANSIGenericString` includes a generic string type and a `Style` to
Expand Down

0 comments on commit a28f048

Please sign in to comment.