Skip to content

Commit

Permalink
Fix clang-format
Browse files Browse the repository at this point in the history
  • Loading branch information
TillFleisch committed Aug 21, 2024
1 parent 8482c7a commit a2dd360
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion components/LD2450/LD2450.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,10 @@ namespace esphome::ld2450
header = config_header;
message_type = 2;
}
else continue;
else
{
continue;
}

bool header_match = true;
for (int i = 1; i < 4; i++)
Expand Down

0 comments on commit a2dd360

Please sign in to comment.