Skip to content
This repository was archived by the owner on Feb 1, 2024. It is now read-only.

Commit bc652e6

Browse files
author
Achim Schneider
committed
fmt
1 parent 3fd7d5b commit bc652e6

File tree

1 file changed

+4
-1
lines changed
  • crates/generate-bindings/src

1 file changed

+4
-1
lines changed

crates/generate-bindings/src/main.rs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,10 @@ use backend::services::{
3939
},
4040
};
4141
use clap::Parser;
42-
use std::{fs::File, path::Path};
42+
use std::{
43+
fs::File,
44+
path::Path,
45+
};
4346
use typescript_type_def::write_definition_file;
4447

4548
fn main() -> std::io::Result<()> {

0 commit comments

Comments
 (0)