Skip to content

Commit

Permalink
Fix analyze errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rovo89 committed Feb 16, 2024
1 parent 91fda25 commit 2482e84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mobile/lib/extensions/response_extensions.dart
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ import 'package:http/http.dart';

extension LoggerExtension on Response {
String toLoggerString() =>
"Status: ${statusCode} ${reasonPhrase}\n\n${body}";
"Status: $statusCode $reasonPhrase\n\n$body";
}

0 comments on commit 2482e84

Please sign in to comment.