Skip to content

Commit

Permalink
Simpliy
Browse files Browse the repository at this point in the history
  • Loading branch information
ryuichiueda committed Sep 9, 2024
1 parent 9e9250a commit 957f4ee
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/elements/script.rs
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ impl Script {
}

match nest.1.len() {
0 => return Status::NormalEnd,
_ => return Status::NeedMoreLine,
0 => Status::NormalEnd,
_ => Status::NeedMoreLine,
}
}

Expand Down

0 comments on commit 957f4ee

Please sign in to comment.