Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
renancloudwalk committed Jun 27, 2024
1 parent 79cff27 commit d85e5fd
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,10 @@ fn print_build_directives() {
// Code generation: Proto files
// -----------------------------------------------------------------------------
fn generate_proto_structs() {
tonic_build::configure().protoc_arg("--experimental_allow_proto3_optional").compile(&["static/proto/append_entry.proto"], &["static/proto"]).unwrap();
tonic_build::configure()
.protoc_arg("--experimental_allow_proto3_optional")
.compile(&["static/proto/append_entry.proto"], &["static/proto"])
.unwrap();
}

// -----------------------------------------------------------------------------
Expand Down

0 comments on commit d85e5fd

Please sign in to comment.