fix(modules): Remove redundant if statement

This commit is contained in:
NBonaparte 2017-09-06 20:14:11 -07:00
parent 3ce06585ab
commit 9da06c0ec2
1 changed files with 1 additions and 3 deletions

View File

@ -38,9 +38,7 @@ namespace modules {
builder->space(padding);
}
if (!output.empty()) {
builder->append(move(output));
}
if (padding > 0) {
builder->space(padding);