From c7c0146cc6d9f21c9a39009166ee5b1050b6754e Mon Sep 17 00:00:00 2001 From: Alexander Lohnau Date: Sat, 13 Mar 2021 21:21:15 +0100 Subject: [PATCH] GIT_SILENT Remove trailing comma in QML code --- .../plasmaextracomponents/qml/PlasmoidHeading.qml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml b/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml index 1f5e34b0d..9da5acadc 100644 --- a/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml +++ b/src/declarativeimports/plasmaextracomponents/qml/PlasmoidHeading.qml @@ -29,7 +29,7 @@ import "private" as Private /** * Indicates that it's used as a footer of the plasmoid, touching the bottom border */ - Footer, + Footer } /**