Explorar el Código

Secret-handshake: remove whitespace

Rootul Patel hace 9 años
padre
commit
838c73553c

+ 3
- 3
exercises/secret-handshake/src/test/java/HandshakeCalculatorTest.java Ver fichero

9
 
9
 
10
 public final class HandshakeCalculatorTest {
10
 public final class HandshakeCalculatorTest {
11
     private HandshakeCalculator handshakeCalculator;
11
     private HandshakeCalculator handshakeCalculator;
12
-    
13
-    
12
+
13
+
14
     @Before
14
     @Before
15
     public void setUp() {
15
     public void setUp() {
16
         handshakeCalculator = new HandshakeCalculator();
16
         handshakeCalculator = new HandshakeCalculator();
17
     }
17
     }
18
-    
18
+
19
     @Test
19
     @Test
20
     public void testThatInput1YieldsAWink() {
20
     public void testThatInput1YieldsAWink() {
21
         assertEquals(
21
         assertEquals(