Skip to content

Commit

Permalink
style: 🎨 format code
Browse files Browse the repository at this point in the history
  • Loading branch information
flixlix committed Aug 26, 2024
1 parent 3fd7d00 commit 85128b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/power-flow-card-plus.ts
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ export class PowerFlowCardPlus extends LitElement {
color: {
type: entities.grid?.secondary_info?.color_value,
},
tap_action: entities.grid?.secondary_info?.tap_action
tap_action: entities.grid?.secondary_info?.tap_action,
},
};

Expand Down

0 comments on commit 85128b8

Please sign in to comment.