Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Commit

Permalink
chore(fmt): change to default rustfmt config (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
M3DZIK authored Jul 9, 2022
1 parent ecafabd commit 607638b
Show file tree
Hide file tree
Showing 4 changed files with 323 additions and 315 deletions.
16 changes: 0 additions & 16 deletions rustfmt.toml

This file was deleted.

4 changes: 2 additions & 2 deletions src/logger.rs
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
pub fn init() {
// TODO: log to file
tracing_subscriber::fmt::init();
// TODO: log to file
tracing_subscriber::fmt::init();
}
Loading

0 comments on commit 607638b

Please sign in to comment.