Skip to content

Commit

Permalink
reformatting
Browse files Browse the repository at this point in the history
  • Loading branch information
clayrosenthal authored and lukipuki committed Jan 30, 2025
1 parent 9de321d commit 0efd9f4
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions build.rs
Original file line number Diff line number Diff line change
@@ -1,8 +1,12 @@
fn main() -> std::io::Result<()> {
#[cfg(feature = "gen")]
{ generate_protobufs() }
{
generate_protobufs();
}
#[cfg(not(feature = "gen"))]
{ Ok(()) }
{
Ok(())
}
}

#[cfg(feature = "gen")]
Expand Down

0 comments on commit 0efd9f4

Please sign in to comment.