Skip to content

Commit

Permalink
ci: Format code
Browse files Browse the repository at this point in the history
  • Loading branch information
seambot committed Jun 25, 2024
1 parent c1fbc27 commit 47d1705
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ export interface Blueprint {
interface Route {
name: string
path: string
// descriptions will default to an empty string and emit a warning, e.g.
// descriptions will default to an empty string and emit a warning, e.g.
// if (description.trim().length === 0) console.warn(`... has an empty description`)
description: string
description: string
namespace: Namespace | null
endpoints: Endpoint[]
subroutes: Route[]
Expand Down

0 comments on commit 47d1705

Please sign in to comment.