Skip to content

Commit

Permalink
format code
Browse files Browse the repository at this point in the history
  • Loading branch information
miaomiaowu0428 committed Nov 22, 2024
1 parent c5d07da commit 8f9427c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion build.rs
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
fn main() -> shadow_rs::SdResult<()> {
shadow_rs::new()
}
}
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
use clap::Parser;
use const_str::concat;
use tracing::{debug, info, warn};
use shadow_rs::shadow;
use tracing::{debug, info, warn};

shadow!(build);

Expand Down

0 comments on commit 8f9427c

Please sign in to comment.