Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
HeikoTheissen committed Jan 3, 2025
1 parent 71ff07a commit c5cb012
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions lib/number.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,9 +43,7 @@ class Number {
}

skip(line) {
if (
this.skipping !== true
) {
if (this.skipping !== true) {
if (/^@[o$]/.test(line)) return (this.skipping = "fw");
if (/^@\}/.test(line)) {
this.skipping = false;
Expand Down

0 comments on commit c5cb012

Please sign in to comment.