Skip to content

Commit

Permalink
Remove dead code
Browse files Browse the repository at this point in the history
  • Loading branch information
ehmicky committed Sep 12, 2021
1 parent 671e9f2 commit d52c4df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dev/main.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ export const performDev = async function (config, combinations) {
}
}

export const combinationDev = async function (combination, { cwd }) {
const combinationDev = async function (combination, { cwd }) {
printCombinationName(combination)

await measureCombinations([combination], {
Expand Down

0 comments on commit d52c4df

Please sign in to comment.