Skip to content

Commit

Permalink
Format Rust code using rustfmt
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] authored Oct 2, 2023
1 parent 4c169f1 commit 296178d
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,7 @@ use clap::Parser;
use csv::{Reader, Result, Writer};
use home::home_dir;
use std::{
collections::BTreeMap,
env,
env::current_dir,
path::Path,
process::exit,
sync::OnceLock,
collections::BTreeMap, env, env::current_dir, path::Path, process::exit, sync::OnceLock,
};

use tabled::{
Expand Down

0 comments on commit 296178d

Please sign in to comment.