Closed jsdir closed 8 years ago
The. in the return type is causing incorrect indentation on the next lines.
.
func method() -> Store<AppState>.ActionCreator { // incorrect indentation }
Fixed by the new indentation logic.
The
.
in the return type is causing incorrect indentation on the next lines.