Skip to content

Commit e92907d

Browse files
committed
fmt
1 parent 5cf336b commit e92907d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/rust/client_gen.rs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,8 @@ use crate::rust::lib_gen::{Module, ModuleDef, ModuleName};
1717
use crate::rust::model_gen::RefCache;
1818
use crate::rust::printer::*;
1919
use crate::rust::types::{
20-
ref_or_box_schema_type, ref_or_schema_type, DataType, IntFormat, ModelType, RustPrinter, RustResult
20+
ref_or_box_schema_type, ref_or_schema_type, DataType, IntFormat, ModelType, RustPrinter,
21+
RustResult,
2122
};
2223
use crate::{Error, Result};
2324
use convert_case::{Case, Casing};

0 commit comments

Comments
 (0)