Fix indentation

This commit is contained in:
Jon Valdés 2019-04-25 22:56:14 +02:00
parent f8ae1534db
commit 9fe29c37b4
1 changed files with 1 additions and 1 deletions

View File

@ -18,7 +18,7 @@ waybar::ALabel::ALabel(const Json::Value& config, const std::string& format, uin
}
if (config_["rotate"].isUInt()) {
label_.set_angle(config["rotate"].asUInt());
label_.set_angle(config["rotate"].asUInt());
}
if (config_["format-alt"].isString()) {