Skip to content

Commit 87fbf04

Browse files
committed
style: fix changed indentation
1 parent fe96985 commit 87fbf04

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/nodes/fire-event/FireEventController.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ export default class FireEventController extends InputOutputController<
2828
parsedMessage.event.value,
2929
message,
3030
this.node.context(),
31-
this.homeAssistant.websocket.getStatesReadOnly(),
31+
this.homeAssistant.websocket.getStatesReadOnly(),
3232
);
3333

3434
let eventData: unknown;

0 commit comments

Comments
 (0)