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 26, 2024
1 parent f68d3f3 commit 2ce01b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lib/blueprint.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,6 @@ export interface TypesModule {
export const createBlueprint = ({ openapi }: TypesModule): Blueprint => {
return {
name: openapi.info.title,
routes: []
routes: [],
}
}

0 comments on commit 2ce01b1

Please sign in to comment.