Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove empty lines
  • Loading branch information
Michal committed Mar 21, 2014
1 parent d06e137 commit 83e6f69
Showing 1 changed file with 1 addition and 4 deletions.
Expand Up @@ -27,10 +27,7 @@ public class GraphiteTest {
@Before
public void setUp() throws Exception {
when(socket.getOutputStream()).thenReturn(output);

when(socketFactory.createSocket(any(InetAddress.class),
anyInt())).thenReturn(socket);

when(socketFactory.createSocket(any(InetAddress.class), anyInt())).thenReturn(socket);
}

@Test
Expand Down

0 comments on commit 83e6f69

Please sign in to comment.