Skip to content

Commit

Permalink
Set init to init
Browse files Browse the repository at this point in the history
  • Loading branch information
nickdrozd committed Nov 29, 2024
1 parent 321d8fb commit 2eeae8e
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/segment.rs
Original file line number Diff line number Diff line change
Expand Up @@ -212,9 +212,7 @@ impl Configs {
if let Some(init) = self.check_seen(*last_next, tape) {
config.state = *last_next;

if init {
config.init = init;
}
config.init = init;

self.add_todo(config);
}
Expand Down

0 comments on commit 2eeae8e

Please sign in to comment.