Skip to content

Commit d3b9824

Browse files
committed
Commit result of npm run format
1 parent b37e4a0 commit d3b9824

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/conda.ts

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -430,7 +430,9 @@ export async function condaInit(
430430
`conda activate "${inputs.activateEnvironment}"`,
431431
);
432432
}
433-
powerLines.push("# ----------------------------------------------------------------------------");
433+
powerLines.push(
434+
"# ----------------------------------------------------------------------------",
435+
);
434436
const powerExtraText = powerLines.join("\n");
435437

436438
// Bash profiles

0 commit comments

Comments
 (0)