Skip to content

Commit

Permalink
remove result from signature
Browse files Browse the repository at this point in the history
  • Loading branch information
S1nus committed Oct 4, 2024
1 parent 1a6a6dc commit cf69d40
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions proto/build.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ static CUSTOM_FIELD_ATTRIBUTES: &[(&str, &str)] = &[
(".shwap.Share", BASE64STRING),
];

fn main() -> Result<()> {
fn main() {
let fds = protox::compile(
[
"vendor/celestia/da/data_availability_header.proto",
Expand Down Expand Up @@ -109,5 +109,4 @@ fn main() -> Result<()> {
.compile_fds(fds)
.expect("prost failed");

Ok(())
}

0 comments on commit cf69d40

Please sign in to comment.