Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
LiamGallagher737 committed Oct 12, 2024
1 parent c27dab9 commit dfe381b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion www/src/lib/brp/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ import type {
} from "./response";

export type BrpRequestFunc =
((request: GetRequest) => Promise<GetResponse>)
| ((request: GetRequest) => Promise<GetResponse>)
| ((request: QueryRequest) => Promise<QueryResponse>)
| ((request: SpawnRequest) => Promise<SpawnResponse>)
| ((request: DestroyRequest) => Promise<DestroyResponse>)
Expand Down

0 comments on commit dfe381b

Please sign in to comment.