diff --git a/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java b/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java index fbb042e565..b637f76fa7 100644 --- a/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java +++ b/common/src/test/java/io/netty/util/ThreadDeathWatcherTest.java @@ -70,4 +70,4 @@ public class ThreadDeathWatcherTest { // The task must be run on termination. latch.await(); } -} \ No newline at end of file +}