Minor fixes

This commit is contained in:
cool-mist 2024-12-26 00:06:40 +05:30
parent 8dbe165185
commit c9a7521fe5
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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;