Skip to content

Commit 7600f80

Browse files
committed
Fixed formatting
Signed-off-by: Tiago Requeijo <[email protected]>
1 parent 5050508 commit 7600f80

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

protobufs/build.rs

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,11 @@
11
// SPDX-License-Identifier: Apache-2.0
22

33
use std::env;
4-
use std::fs::{self, create_dir_all, read_dir};
4+
use std::fs::{
5+
self,
6+
create_dir_all,
7+
read_dir,
8+
};
59
use std::path::Path;
610

711
use anyhow::Ok;

0 commit comments

Comments
 (0)