Adjust the indenting again

This commit is contained in:
Josh Dales
2023-03-27 16:52:42 -04:00
parent b1a2f85ed8
commit 2f1dfd1ef0
4 changed files with 32 additions and 32 deletions

2
dist/index.js vendored
View File

@@ -489,7 +489,7 @@ function checkAll(matchConfigs, changedFiles) {
} }
} }
} }
core.debug(` "all" patterns matched all files`); core.debug(` "all" patterns matched all configs`);
return true; return true;
} }
exports.checkAll = checkAll; exports.checkAll = checkAll;

View File

@@ -286,7 +286,7 @@ export function checkAll(
} }
} }
core.debug(` "all" patterns matched all files`); core.debug(` "all" patterns matched all configs`);
return true; return true;
} }