Skip to content

Commit

Permalink
Use expression function
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxr1998 committed Aug 4, 2023
1 parent 935781d commit ddc528d
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions chopper/lib/src/http_logging_interceptor.dart
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,5 @@ class HttpLoggingInterceptor
return response;
}

void writeLine(String message) {
chopperLogger.info(message);
}
void writeLine(String message) => chopperLogger.info(message);
}

0 comments on commit ddc528d

Please sign in to comment.