From 26dfa38219d210eefca517f1405e6ec228454af9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=81lvaro=20Brey?= Date: Thu, 12 May 2022 20:51:44 +0200 Subject: [PATCH] build: DownloadWebRtc: Fix newlines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Álvaro Brey --- buildSrc/build.gradle | 2 +- .../groovy/com/nextcloud/talk/gradle/DownloadWebRtcTask.groovy | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/buildSrc/build.gradle b/buildSrc/build.gradle index 11e63336f..2b70f1a88 100644 --- a/buildSrc/build.gradle +++ b/buildSrc/build.gradle @@ -19,4 +19,4 @@ * along with this program. If not, see . */ -apply plugin: 'groovy' \ No newline at end of file +apply plugin: 'groovy' diff --git a/buildSrc/src/main/groovy/com/nextcloud/talk/gradle/DownloadWebRtcTask.groovy b/buildSrc/src/main/groovy/com/nextcloud/talk/gradle/DownloadWebRtcTask.groovy index 3d97731b7..36d69f1d1 100644 --- a/buildSrc/src/main/groovy/com/nextcloud/talk/gradle/DownloadWebRtcTask.groovy +++ b/buildSrc/src/main/groovy/com/nextcloud/talk/gradle/DownloadWebRtcTask.groovy @@ -64,4 +64,4 @@ abstract class DownloadWebRtcTask extends DefaultTask { } } } -} \ No newline at end of file +}