Adjust the indenting again

This commit is contained in:
Josh Dales
2023-03-27 17:15:14 -04:00
parent b1a2f85ed8
commit 2f1dfd1ef0
4 changed files with 32 additions and 32 deletions
+1 -1
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;
+1 -1
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;
} }