Skip to content

Commit

Permalink
devex: prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
Looskie committed Oct 2, 2022
1 parent d10ca23 commit 571f5ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions src/util/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -103,10 +103,10 @@ export const ID_PREFIXES = [
prefix: 'build',
description: 'Build ID for build logs',
},
{
prefix: "rollout",
description: "Rollout ID for rollouts."
}
{
prefix: 'rollout',
description: 'Rollout ID for rollouts.',
},
] as const;

export type IdPrefixes = typeof ID_PREFIXES[number]['prefix'];
Expand Down

0 comments on commit 571f5ec

Please sign in to comment.