build: DownloadWebRtc: Fix newlines

Signed-off-by: Álvaro Brey <alvaro.brey@nextcloud.com>
This commit is contained in:
Álvaro Brey 2022-05-12 20:51:44 +02:00
parent f9472ab273
commit 26dfa38219
No known key found for this signature in database
GPG Key ID: 2585783189A62105
2 changed files with 2 additions and 2 deletions

View File

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

View File

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