mirror of
https://invent.kde.org/network/falkon.git
synced 2024-11-11 01:22:10 +01:00
PIM: Fix typo, missing brackets around if
Signed-off-by: Juraj Oravec <sgd.orava@gmail.com>
This commit is contained in:
parent
be4d55795f
commit
52370301aa
|
@ -251,8 +251,9 @@ QString PIM_Handler::matchingJsTable() const
|
|||
}
|
||||
}
|
||||
|
||||
if (!values.isEmpty())
|
||||
if (!values.isEmpty()) {
|
||||
values = values.left(values.size() - 1);
|
||||
}
|
||||
|
||||
return QSL("{ %1 }").arg(values);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user