Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
panaaj committed Nov 25, 2024
1 parent b5912ff commit 3be751e
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions packages/server-api/src/autopilotapi.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ export interface AutopilotApi {
apUpdate(
pluginId: string,
deviceId: string,
apInfo: {[path:string]: Value}
apInfo: { [path: string]: Value }
): void
}

Expand Down Expand Up @@ -92,8 +92,5 @@ export interface AutopilotProviderRegistry {
provider: AutopilotProvider,
devices: string[]
): void
autopilotUpdate(
deviceId: string,
apInfo: {[path:string]: Value}
): void
autopilotUpdate(deviceId: string, apInfo: { [path: string]: Value }): void
}

0 comments on commit 3be751e

Please sign in to comment.