Format project with rustfmt
This commit is contained in:
parent
e4d69f89e7
commit
1f021fa5ae
6 changed files with 13 additions and 9 deletions
|
@ -10,7 +10,7 @@ pub struct MyStruct {
|
|||
#[derive(JsonSchema)]
|
||||
pub enum MyEnum {
|
||||
Unit,
|
||||
StringNewType(String)
|
||||
StringNewType(String),
|
||||
}
|
||||
|
||||
fn main() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue