Skip to content

Commit

Permalink
Format
Browse files Browse the repository at this point in the history
  • Loading branch information
Jefffrey committed Nov 3, 2023
1 parent 9d05e33 commit 3e41dd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
1 change: 0 additions & 1 deletion gen/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,5 @@ rust-version = "1.70"
license = "Apache-2.0"
publish = false


[dependencies]
prost-build = { version = "=0.12.1", default-features = false }
6 changes: 2 additions & 4 deletions gen/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -15,10 +15,8 @@
// specific language governing permissions and limitations
// under the License.

use std::{
fs::{remove_file, OpenOptions},
io::{Read, Write},
};
use std::fs::{remove_file, OpenOptions};
use std::io::{Read, Write};

fn main() -> Result<(), Box<dyn std::error::Error>> {
prost_build::Config::new()
Expand Down

0 comments on commit 3e41dd3

Please sign in to comment.