Skip to content

Commit

Permalink
cargo fmt --check
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocurt committed Oct 22, 2024
1 parent 07e16fe commit 05262dd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions edgeless_node/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,9 @@ fn main() -> Result<(), Box<dyn std::error::Error>> {
&[
"src/resources/dda/proto/com.proto",
"src/resources/dda/proto/state.proto",
"src/resources/dda/proto/store.proto"
"src/resources/dda/proto/store.proto",
],
&["src/resources/dda/proto"]
&["src/resources/dda/proto"],
)?;

// recommended method for generating rust bindings for gRPC for DDA
Expand Down

0 comments on commit 05262dd

Please sign in to comment.