Parcourir la source

removed blank line per comment

morrme il y a 9 ans
Parent
révision
0176d11cb6
1 fichiers modifiés avec 0 ajouts et 1 suppressions
  1. 0
    1
      exercises/diamond/src/test/java/DiamondPrinterTest.java

+ 0
- 1
exercises/diamond/src/test/java/DiamondPrinterTest.java Voir le fichier

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
     }