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 +}