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

View File

@@ -46,7 +46,7 @@ export function checkAnyBranch(
): boolean {
const branchName = getBranchName(branchBase);
if (!branchName) {
core.debug(` no branch name`);
core.debug(` no branch name`);
return false;
}
@@ -69,7 +69,7 @@ export function checkAllBranch(
): boolean {
const branchName = getBranchName(branchBase);
if (!branchName) {
core.debug(` no branch name`);
core.debug(` no branch name`);
return false;
}