Skip to content

Commit

Permalink
FIXUP sst-demo
Browse files Browse the repository at this point in the history
  • Loading branch information
aewag committed Sep 2, 2024
1 parent af71de9 commit 9288fe2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/sst-demo.rs
Original file line number Diff line number Diff line change
Expand Up @@ -410,7 +410,6 @@ fn prepare_keygen(args: &ArgMatches) -> Result<(), Box<dyn std::error::Error>> {
// and append
let mut intermed_node_file = OpenOptions::new()
.create(true)
.write(true)
.append(true)
.open(interm_node_filename.as_str())
.unwrap();
Expand Down

0 comments on commit 9288fe2

Please sign in to comment.