Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
gd-0 committed Feb 3, 2024
1 parent 2473294 commit 3b986b2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion crates/api/src/proposer/api.rs
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
use std::{
collections::HashMap, sync::Arc, time::{Duration, SystemTime, UNIX_EPOCH}
collections::HashMap,
sync::Arc,
time::{Duration, SystemTime, UNIX_EPOCH},
};

use axum::{
Expand Down

0 comments on commit 3b986b2

Please sign in to comment.