Skip to content

Commit

Permalink
fix: lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexays committed Apr 19, 2024
1 parent 77df0c3 commit 937bf2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/modules/custom.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ void waybar::modules::Custom::parseOutputRaw() {
tooltip_ = Glib::Markup::escape_text(validated_line);
} else {
tooltip_ = validated_line;
}
}
} else if (i == 2) {
class_.push_back(validated_line);
} else {
Expand Down

0 comments on commit 937bf2b

Please sign in to comment.