mirror of
https://github.com/polybar/polybar.git
synced 2026-03-06 00:09:54 +00:00
fix(modules): Remove redundant if statement
This commit is contained in:
@ -38,9 +38,7 @@ namespace modules {
|
||||
builder->space(padding);
|
||||
}
|
||||
|
||||
if (!output.empty()) {
|
||||
builder->append(move(output));
|
||||
}
|
||||
builder->append(move(output));
|
||||
|
||||
if (padding > 0) {
|
||||
builder->space(padding);
|
||||
|
||||
Reference in New Issue
Block a user