Skip to content

Commit aeadaa5

Browse files
committed
prettier
1 parent 131fabb commit aeadaa5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/t.ts

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -476,9 +476,9 @@ export class RootCommand extends Command {
476476
setup(name: string, executable: string, shell: string) {
477477
assert(
478478
shell === 'zsh' ||
479-
shell === 'bash' ||
480-
shell === 'fish' ||
481-
shell === 'powershell',
479+
shell === 'bash' ||
480+
shell === 'fish' ||
481+
shell === 'powershell',
482482
'Unsupported shell'
483483
);
484484

0 commit comments

Comments
 (0)