Skip to content

Commit 015e4c7

Browse files
author
VadimKlindukhov
authored
fixed indents
1 parent db41cfa commit 015e4c7

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

src/main/java/com/google/hashcode/utils/IoUtils.java

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -86,14 +86,14 @@ public static String convertToHumanReadableTable(Cell[][] ingredients) {
8686

8787

8888
/**
89-
* this method formats data for output to file
90-
* @see issue 1 description
91-
* @see task description
92-
*
93-
* @author github.com/VadimKlindukhov skype: kv_vadim
94-
* @param list — inner representation of pizza
95-
* @return long String that contains output data
96-
*/
89+
* this method formats data for output to file
90+
* @see issue 1 description
91+
* @see task description
92+
*
93+
* @author github.com/VadimKlindukhov skype: kv_vadim
94+
* @param list — inner representation of pizza
95+
* @return long String that contains output data
96+
*/
9797
public static String outputFormat(List<List<Cell>> list){
9898
Comparator<Cell> cellComparator = (Cell c1, Cell c2) ->{
9999
if(c1.x != c2.x){

0 commit comments

Comments
 (0)