Skip to content

Commit

Permalink
feat(#9): clean fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
h1alexbel committed Jun 5, 2024
1 parent 9622a5b commit 7062ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xml/storage.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
use std::fmt::Error;
// The MIT License (MIT)
//
// Copyright (c) 2024 Aliaksei Bialiauski
Expand All @@ -20,6 +19,7 @@ use std::fmt::Error;
// LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
// OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
// SOFTWARE.
use std::fmt::Error;
use std::fs::File;

use log::info;
Expand Down

0 comments on commit 7062ad5

Please sign in to comment.