Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
JeroenGar committed Feb 28, 2024
1 parent 97c6dde commit f3e8298
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lbf/src/io/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,13 @@ use std::fs::File;
use std::io::{BufReader, BufWriter};
use std::path::Path;

use log::{info, Level, LevelFilter, log};
use log::{info, log, Level, LevelFilter};
use svg::Document;

use jagua_rs::io::json_instance::JsonInstance;

use crate::EPOCH;
use crate::io::json_output::JsonOutput;
use crate::EPOCH;

pub mod cli;
pub mod json_output;
Expand Down

0 comments on commit f3e8298

Please sign in to comment.