Sfoglia il codice sorgente

removed blank line per comment

morrme 9 anni fa
parent
commit
0176d11cb6

+ 0
- 1
exercises/diamond/src/test/java/DiamondPrinterTest.java Vedi File

13
     private DiamondPrinter diamondPrinter;
13
     private DiamondPrinter diamondPrinter;
14
     
14
     
15
     @Before
15
     @Before
16
-    
17
     public void setUp() {
16
     public void setUp() {
18
         diamondPrinter = new DiamondPrinter();
17
         diamondPrinter = new DiamondPrinter();
19
     }
18
     }