Skip to content

Commit

Permalink
Fix linting issues
Browse files Browse the repository at this point in the history
  • Loading branch information
jackysze committed May 13, 2024
1 parent 747df82 commit 4bb1524
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions src/ir_Toshiba.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -493,10 +493,12 @@ String IRToshibaAC::toString(void) const {
}
switch (getRemoteControl()) {
case kToshibaAcRemoteA:
result += addLabeledString(kToshibaRemoteControlTypeA, kRemoteControlType);
result += addLabeledString(kToshibaRemoteControlTypeA,
kRemoteControlType);
break;
case kToshibaAcRemoteB:
result += addLabeledString(kToshibaRemoteControlTypeB, kRemoteControlType);
result += addLabeledString(kToshibaRemoteControlTypeB,
kRemoteControlType);
break;
default:
break;
Expand Down

0 comments on commit 4bb1524

Please sign in to comment.