Skip to content

Commit

Permalink
Refactoring
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed May 29, 2022
1 parent e5ae382 commit d87ecab
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/config/normalize/lib/keywords/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,9 +79,9 @@ const applyKeyword = async function ({
aliases,
test,
testSync,
hasInput = false,
undefinedInput = false,
undefinedDefinition = false,
hasInput,
undefinedInput,
undefinedDefinition,
exampleDefinition,
normalize,
normalizeSync,
Expand Down

0 comments on commit d87ecab

Please sign in to comment.