From 87f26005a3a66c2c498f93d8a8a4a9f192356912 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jo=CC=88rg=20Prante?= Date: Mon, 11 Mar 2019 20:58:01 +0100 Subject: [PATCH] fix newline --- netty-http-common/build.gradle | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/netty-http-common/build.gradle b/netty-http-common/build.gradle index 9b90c6f..99d739f 100644 --- a/netty-http-common/build.gradle +++ b/netty-http-common/build.gradle @@ -2,4 +2,4 @@ dependencies { compile "org.xbib:net-url:${project.property('xbib-net-url.version')}" compile "io.netty:netty-codec-http2:${project.property('netty.version')}" -} \ No newline at end of file +}