Skip to content

Commit c0c4c8c

Browse files
committed
chore: fmt
Signed-off-by: Sam Gammon <sam@elide.ventures>
1 parent 53bd538 commit c0c4c8c

1 file changed

Lines changed: 1 addition & 3 deletions

File tree

src/options.ts

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -98,9 +98,7 @@ export const defaults: ElideSetupActionOptions = {
9898
/**
9999
* Normalize a channel string to a recognized channel token.
100100
*/
101-
export function normalizeChannel(
102-
channel: string
103-
): ElideChannel {
101+
export function normalizeChannel(channel: string): ElideChannel {
104102
switch (channel.trim().toLowerCase()) {
105103
case 'nightly':
106104
return 'nightly'

0 commit comments

Comments
 (0)