From a9906e06b3ba32a0ca85380cd03d0bb0252c7cc8 Mon Sep 17 00:00:00 2001 From: Carl Schwan Date: Thu, 21 Sep 2023 20:06:40 +0200 Subject: [PATCH] Fix formatting --- kcms/time/timezonemodel.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kcms/time/timezonemodel.cpp b/kcms/time/timezonemodel.cpp index 33504094..0d4d18b7 100644 --- a/kcms/time/timezonemodel.cpp +++ b/kcms/time/timezonemodel.cpp @@ -75,7 +75,7 @@ QVariant TimeZoneModel::data(const QModelIndex &index, int role) const case CityRole: if (currentData.city.isEmpty()) return currentData.id; - } + } return currentData.city; case CommentRole: return currentData.comment;