Fix checkstyle

This commit is contained in:
Trustin Lee 2014-06-02 18:26:54 +09:00
parent ddb6441212
commit 9f4543fb39

View File

@ -70,4 +70,4 @@ public class ThreadDeathWatcherTest {
// The task must be run on termination. // The task must be run on termination.
latch.await(); latch.await();
} }
} }