Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Tool/unused i18n token finder #457

Closed
wants to merge 8 commits into from
Remove a redundant return statement in unused i18n token finder
  • Loading branch information
wlycdgr committed Oct 10, 2019
commit 80e0adbb484ddf99ea8bce6da7c1966eff4a783c
@@ -90,8 +90,6 @@ function getFilepaths(whereToLookAndForWhatExtensions, filepaths = []) {
}
}
});

return filepaths;
}

return filepaths;
ProTip! Use n and p to navigate between commits in a pull request.