Skip to content

Commit

Permalink
Fix presubmit errors
Browse files Browse the repository at this point in the history
  • Loading branch information
onyb committed Oct 25, 2024
1 parent 8878560 commit 1471c24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/brave_wallet/browser/swap_response_parser.cc
Original file line number Diff line number Diff line change
Expand Up @@ -255,8 +255,8 @@ mojom::ZeroExTransactionPtr ParseTransactionResponse(

mojom::ZeroExErrorPtr ParseErrorResponse(const base::Value& json_value) {
// {
// "code": "SWAP_VALIDATION_FAILED",
// "message": "Validation Failed"
// "code": "SWAP_VALIDATION_FAILED",
// "message": "Validation Failed"
// }
auto swap_error_response_value =
swap_responses::ZeroExErrorResponse::FromValue(json_value);
Expand Down
1 change: 1 addition & 0 deletions components/brave_wallet/browser/swap_service.cc
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@

#include "brave/components/brave_wallet/browser/swap_service.h"

#include <limits>
#include <optional>
#include <utility>

Expand Down

0 comments on commit 1471c24

Please sign in to comment.