From 88bca2d20a50277eb0d059d05ba1ded8b9671f67 Mon Sep 17 00:00:00 2001 From: Filipe de Lima Brito Date: Wed, 26 Dec 2018 15:23:33 -0300 Subject: [PATCH] Removes needless blank line. --- .../test/kotlin/chat/rocket/core/internal/rest/ChannelTest.kt | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/src/test/kotlin/chat/rocket/core/internal/rest/ChannelTest.kt b/core/src/test/kotlin/chat/rocket/core/internal/rest/ChannelTest.kt index 3c3f6fc8..79e7445f 100644 --- a/core/src/test/kotlin/chat/rocket/core/internal/rest/ChannelTest.kt +++ b/core/src/test/kotlin/chat/rocket/core/internal/rest/ChannelTest.kt @@ -129,8 +129,6 @@ class ChannelTest { } } - - @After fun shutdown() { mockServer.shutdown()