Skip to content

Commit

Permalink
update: generator
Browse files Browse the repository at this point in the history
  • Loading branch information
nanato12 committed Nov 28, 2023
1 parent 064d96c commit e10b796
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions generator/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -179,4 +179,15 @@ fn main() {
"./tools/sources/message.rs",
"src/messaging_api/models/message.rs",
);

let _ = Command::new("cargo")
.arg("fix")
.arg("--allow-dirty")
.current_dir("openapi")
.status();

let _ = Command::new("cargo")
.arg("fmt")
.current_dir("openapi")
.status();
}

0 comments on commit e10b796

Please sign in to comment.