Skip to content
This repository has been archived by the owner on Jun 11, 2022. It is now read-only.

Commit

Permalink
network-core: rustfmt for build script
Browse files Browse the repository at this point in the history
  • Loading branch information
Mikhail Zabaluev committed Jan 11, 2019
1 parent 720ba22 commit 243a582
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions network-core/build.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,3 @@
fn main() {
prost_build::compile_protos(
&["../network-proto/codes.proto"],
&["../network-proto"]
).unwrap();
prost_build::compile_protos(&["../network-proto/codes.proto"], &["../network-proto"]).unwrap();
}

0 comments on commit 243a582

Please sign in to comment.