Skip to content

Commit

Permalink
Apply fmt fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
missingdays committed Oct 13, 2024
1 parent 1f74c61 commit c5590be
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
3 changes: 1 addition & 2 deletions pilota-build/src/codegen/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,7 @@ use std::{
};

use ahash::AHashMap;
use dashmap::mapref::one::RefMut;
use dashmap::DashMap;
use dashmap::{mapref::one::RefMut, DashMap};
use faststr::FastStr;
use itertools::Itertools;
use normpath::PathExt;
Expand Down
5 changes: 2 additions & 3 deletions pilota-build/src/test/mod.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
#![cfg(test)]

use std::fs::File;
use std::process::Command;
use std::{fs, path::Path};
use std::{fs, fs::File, path::Path, process::Command};

use tempfile::tempdir;

use crate::{plugin::SerdePlugin, IdlService};
Expand Down

0 comments on commit c5590be

Please sign in to comment.