Skip to content

Commit

Permalink
Rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
curlpipe committed Sep 27, 2020
1 parent 2a78413 commit 7853a46
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/document.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// Document.rs - For managing external files
use regex::Regex; // For searching and replacing
use crate::config::Reader; // Config stuff
use crate::{EventStack, Position, Row}; // The Row and Position struct
use regex::Regex; // For searching and replacing
use std::fs; // For managing file reading and writing

// Document struct (class) to manage files and text
Expand Down

0 comments on commit 7853a46

Please sign in to comment.