From ed7a762b4cc3249d92012986a62e239cc1bc9c19 Mon Sep 17 00:00:00 2001 From: Andy Scherzinger Date: Fri, 5 Nov 2021 18:18:21 +0100 Subject: [PATCH] correct formatting for ktlint Signed-off-by: Andy Scherzinger --- .../com/nextcloud/talk/jobs/ContactAddressBookWorker.kt | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/app/src/main/java/com/nextcloud/talk/jobs/ContactAddressBookWorker.kt b/app/src/main/java/com/nextcloud/talk/jobs/ContactAddressBookWorker.kt index 4864a8ae6..52053ca32 100644 --- a/app/src/main/java/com/nextcloud/talk/jobs/ContactAddressBookWorker.kt +++ b/app/src/main/java/com/nextcloud/talk/jobs/ContactAddressBookWorker.kt @@ -1,19 +1,19 @@ /* * Nextcloud Talk application - * + * * @author Tobias Kaminsky * Copyright (C) 2020 Tobias Kaminsky - * + * * This program is free software: you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by * the Free Software Foundation, either version 3 of the License, or * at your option) any later version. - * + * * This program is distributed in the hope that it will be useful, * but WITHOUT ANY WARRANTY; without even the implied warranty of * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the * GNU General Public License for more details. - * + * * You should have received a copy of the GNU General Public License * along with this program. If not, see . */