Skip to content

Commit

Permalink
coding style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
sidewayss committed Sep 7, 2024
1 parent 68cd3be commit 62ee351
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -136,8 +136,9 @@ export default function parse (str, options) {
break;
}
}
if (found)
if (found) {
break;
}
}
}

Expand Down

0 comments on commit 62ee351

Please sign in to comment.