Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bkolad committed Oct 2, 2023
1 parent 846ca35 commit 2b2e5b4
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
use crate::ChainStateConfig;
use sov_rollup_interface::da::{NanoSeconds, Time};

use crate::ChainStateConfig;

#[test]
fn test_config_serialization() {
let time = Time::new(2, NanoSeconds::new(3).unwrap());
Expand Down

0 comments on commit 2b2e5b4

Please sign in to comment.