Skip to content

Commit ab38c43

Browse files
fmt
1 parent f4c8048 commit ab38c43

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

sorock/build.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
use std::path::PathBuf;
21
use protox::prost::Message;
2+
use std::path::PathBuf;
33

44
fn main() {
55
let out_dir = std::env::var("OUT_DIR").unwrap();

tests/testapp/build.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,4 @@
11
fn main() {
22
let fds = protox::compile(&["ping.proto"], &["proto"]).unwrap();
3-
tonic_build::configure()
4-
.compile_fds(fds)
5-
.unwrap();
3+
tonic_build::configure().compile_fds(fds).unwrap();
64
}

0 commit comments

Comments
 (0)