Open esword opened 2 months ago
private static MyThing mapToTerminalStatus(MyThing thing) { return switch (thing) { // This comment is indented too far case IN_PROGRESS -> MyThing.SUCCEEDED; case SUCCEEDED, FAILED -> thing; }; }
What happened?
What did you want to happen?