Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zi0Black committed Jan 22, 2025
1 parent c283757 commit 006af93
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion example_init/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ pub fn bigbang(data: &[u8]) {
}

pub fn initialize() {
EXTRA_DATA.set("initialized").expect("should only initialize once");
EXTRA_DATA
.set("initialized")
.expect("should only initialize once");
}

pub fn is_initialized() -> bool {
Expand Down

0 comments on commit 006af93

Please # to comment.