Minor fixes
This commit is contained in:
parent
8dbe165185
commit
c9a7521fe5
@ -20,4 +20,4 @@ lf_fixer --help
|
|||||||
- [x] Edit files to fix line ending mismatches
|
- [x] Edit files to fix line ending mismatches
|
||||||
- [x] To user defined line ending,
|
- [x] To user defined line ending,
|
||||||
- [x] To the line ending of the majority of the files
|
- [x] To the line ending of the majority of the files
|
||||||
- [] Add tests
|
- [ ] Add tests
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
use std::{
|
use std::{
|
||||||
fs::File,
|
fs::File,
|
||||||
io::{Read, Seek, SeekFrom, Write},
|
io::{Read, Write},
|
||||||
};
|
};
|
||||||
|
|
||||||
use crate::stats::LineSep;
|
use crate::stats::LineSep;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user