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 28, 2024
1 parent 9ebee76 commit 9fa4604
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 @@ -78,6 +78,6 @@ export const createBlueprint = ({ openapi }: TypesModule): Blueprint => {
return {
name: openapi.info.title,
routes: [],
resources: {}
resources: {},
}
}

0 comments on commit 9fa4604

Please sign in to comment.