Skip to content

Commit d177969

Browse files
committed
chore: lint
1 parent 59b7715 commit d177969

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ALabel.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ ALabel::ALabel(const Json::Value& config, const std::string& name, const std::st
4545

4646
if (config_["rotate"].isUInt()) {
4747
rotate = config["rotate"].asUInt();
48-
if (not (rotate == 0 || rotate == 90 || rotate == 180 || rotate == 270))
48+
if (not(rotate == 0 || rotate == 90 || rotate == 180 || rotate == 270))
4949
spdlog::warn("'rotate' is only supported in 90 degree increments {} is not valid.", rotate);
5050
label_.set_angle(rotate);
5151
}

0 commit comments

Comments
 (0)