Browse Source

build: DownloadWebRtc: Fix newlines

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
Álvaro Brey 3 years ago
parent
commit
26dfa38219

+ 1 - 1
buildSrc/build.gradle

@@ -19,4 +19,4 @@
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 * along with this program. If not, see <https://www.gnu.org/licenses/>.
 */
 */
 
 
-apply plugin: 'groovy'
+apply plugin: 'groovy'

+ 1 - 1
buildSrc/src/main/groovy/com/nextcloud/talk/gradle/DownloadWebRtcTask.groovy

@@ -64,4 +64,4 @@ abstract class DownloadWebRtcTask extends DefaultTask {
             }
             }
         }
         }
     }
     }
-}
+}