Skip to content

Commit a5193ef

Browse files
cargo fmt fixes
1 parent 36e66ca commit a5193ef

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

66
use asimov_module::{prelude::*, tracing};
77
use core::error::Error;
8-
use serde_json::{json, Value};
8+
use serde_json::{Value, json};
99

1010
#[derive(Clone, Debug, bon::Builder)]
1111
#[builder(on(String, into))]

0 commit comments

Comments
 (0)