mirror of
https://github.com/tiennm99/java-design-patterns.git
synced 2026-05-14 20:58:35 +00:00
Fixed spaces instead of tabs.
This commit is contained in:
@@ -10,11 +10,11 @@ public enum Action {
|
||||
case ENEMY:
|
||||
return "spotted enemies";
|
||||
case GOLD:
|
||||
return "found gold";
|
||||
return "found gold";
|
||||
case HUNT:
|
||||
return "hunted a rabbit";
|
||||
return "hunted a rabbit";
|
||||
case TALE:
|
||||
return "tells a tale";
|
||||
return "tells a tale";
|
||||
}
|
||||
return "";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user