Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Julusian committed Oct 14, 2024
1 parent b304cd2 commit ced2482
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion shared/packages/peripherals/src/peripherals/streamdeck.ts
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,11 @@ export class PeripheralStreamDeck extends Peripheral {

private virtualPage = 0

constructor(log: LoggerLike, id: PeripheralId, private path: string) {
constructor(
log: LoggerLike,
id: PeripheralId,
private path: string
) {
super(log, id)
}

Expand Down

0 comments on commit ced2482

Please sign in to comment.