Skip to content

Commit

Permalink
fix prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
vankop committed Apr 15, 2023
1 parent fe81856 commit 185d6d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/cases/chunks/destructuring-assignment/test.filter.js
@@ -1,4 +1,4 @@
module.exports = function(config) {
module.exports = function (config) {
// This test can't run in development mode
return config.mode !== "development";
};

0 comments on commit 185d6d6

Please sign in to comment.