https://github.com/comiko-app/comiko/blob/bf2e48928b372b8717c314b19a42f90071f5725e/lib/app_state.dart#L200-L203 Those three lines could be refactored in one line: ``` return action.handle(state.clone()); ```
comiko/lib/app_state.dart
Lines 200 to 203 in bf2e489
Those three lines could be refactored in one line: