X Tutup
Skip to content

Commit 5e28382

Browse files
author
mafagafogigante
committed
Fixed spaces instead of tabs.
1 parent bc06030 commit 5e28382

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

mediator/src/main/java/com/iluwatar/Action.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -10,11 +10,11 @@ public String toString() {
1010
case ENEMY:
1111
return "spotted enemies";
1212
case GOLD:
13-
return "found gold";
13+
return "found gold";
1414
case HUNT:
15-
return "hunted a rabbit";
15+
return "hunted a rabbit";
1616
case TALE:
17-
return "tells a tale";
17+
return "tells a tale";
1818
}
1919
return "";
2020
}

0 commit comments

Comments
 (0)
X Tutup