Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Default case
Browse files Browse the repository at this point in the history
  • Loading branch information
soner-yuksel committed Dec 20, 2023
1 parent 0fc7136 commit 6229864
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ class MockJsonRpcService: BraveWalletJsonRpcService {
completion(BraveWallet.FilecoinMainnet)
case .btc:
fallthrough
@unknown default:
default:
completion("")
}
}
Expand Down

0 comments on commit 6229864

Please sign in to comment.