Skip to content

Commit

Permalink
remove a few spaces - test commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ceki committed Feb 5, 2014
1 parent b53612d commit f79c883
Showing 1 changed file with 1 addition and 3 deletions.
Expand Up @@ -67,9 +67,7 @@ protected void append(ILoggingEvent e) {
public void runTest(SocketAppender socketAppender) throws Exception {
final int port = RandomUtil.getRandomServerPort();



LoggerContext serverLoggerContext = new LoggerContext();
LoggerContext serverLoggerContext = new LoggerContext();
serverLoggerContext.setName("serverLoggerContext");

CountDownLatch allMessagesReceivedLatch = new CountDownLatch(runLen);
Expand Down

0 comments on commit f79c883

Please sign in to comment.