Skip to content

Commit

Permalink
spv-out: Remove empty else branch. (#2473)
Browse files Browse the repository at this point in the history
  • Loading branch information
waywardmonkeys authored Sep 13, 2023
1 parent 0ae0446 commit 79c5cb2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/back/spv/writer.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1636,7 +1636,6 @@ impl Writer {
space: global_variable.space,
}))
}
} else {
}
};

Expand Down

0 comments on commit 79c5cb2

Please sign in to comment.