Skip to content

Commit

Permalink
WIP fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Sep 11, 2024
1 parent ef002eb commit 60acb94
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion examples/sst-demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,8 @@ fn sign(args: &ArgMatches) -> Result<(), std::io::Error> {
&mut private_key_update_function,
Some(&mut &mut aux_data[..]),
Some(&tree_identifier),
).unwrap_or_else(|_| panic!("Signing failed"));
)
.unwrap_or_else(|_| panic!("Signing failed"));

write(&signature_filename, signature.as_ref())
}
Expand Down

0 comments on commit 60acb94

Please sign in to comment.