mirror of
https://github.com/nextcloud/desktop.git
synced 2024-11-23 05:25:50 +03:00
Remove empty statement, standalone semicolon
Signed-off-by: Claudio Cambra <claudio.cambra@nextcloud.com>
This commit is contained in:
parent
74d1629ad9
commit
ed05436ea5
1 changed files with 1 additions and 1 deletions
|
@ -91,7 +91,7 @@ QPixmap pixmapForBackground(const QString &fileName, const QColor &backgroundCol
|
|||
const auto pixmapColor = backgroundColor.isValid() && !Theme::isDarkColor(backgroundColor)
|
||||
? QColorConstants::Svg::black
|
||||
: QColorConstants::Svg::white;
|
||||
;
|
||||
|
||||
return createSvgPixmapWithCustomColorCached(fileName, pixmapColor);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue