Skip to content

Commit

Permalink
Reformat
Browse files Browse the repository at this point in the history
  • Loading branch information
willlockwood committed Jul 22, 2024
1 parent 1b9fd41 commit fcf8b1f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/src/network_response.dart
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ class NetworkResponse<R> with _$NetworkResponse<R> {
}) = _UnprocessableEntity;

/// 426 - for responses when access to a resource requires a client upgrade.
const factory NetworkResponse.upgradeRequired(DioException error) = _UpgradeRequired;
const factory NetworkResponse.upgradeRequired(DioException error) =
_UpgradeRequired;

/// 500 - for responses where the service had an error while processing
/// the request.
Expand Down

0 comments on commit fcf8b1f

Please sign in to comment.