Skip to content

Commit

Permalink
Add empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Mar 6, 2022
1 parent c3c1ad7 commit b59d2c6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/config/normalize/lib/star_dot_path/parsing/parse.js
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ const addToken = function (state) {
const token = tokenType.parse(state.chars)
// eslint-disable-next-line fp/no-mutating-methods
state.path.push(token)

state.hasAny = false
state.hasMinus = false
state.hasRegExp = false
Expand Down

0 comments on commit b59d2c6

Please sign in to comment.