Skip to content

Commit ba0ab05

Browse files
committed
chore: fmt
1 parent dc6b00d commit ba0ab05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cli/src/config.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -131,9 +131,9 @@ mod tests {
131131
#[test]
132132
// TODO assert insta snapshot
133133
fn generate_json_schema() {
134+
use crate::config::Config;
134135
use std::fs;
135136

136-
use crate::config::Config;
137137
let config_schema = schemars::schema_for!(Config);
138138
let config_schema_json = serde_json::to_string_pretty(&config_schema).unwrap();
139139
fs::write("json-schema/config.json", config_schema_json).unwrap();

0 commit comments

Comments
 (0)