Skip to content

Commit dc18d04

Browse files
committed
format crypto_estimations_response_extended.dart
1 parent 6ca1290 commit dc18d04

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lib/api/response/crypto_estimations_response_extended.dart

+3-2
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,8 @@ class CryptoEstimationsResponseExtended extends CryptoEstimationsResponse {
4343
/// unsubscribe from the subscribed Crypto Estimates <br>
4444
/// In case of error, It will throw [BaseAPIException].
4545
static Future<bool> unsubscribeFromCryptoEstimates(
46-
String subscriptionId) async {
46+
String subscriptionId,
47+
) async {
4748
final ForgetReceive response =
4849
await _api.unsubscribe(subscriptionId: subscriptionId);
4950
checkException(
@@ -53,4 +54,4 @@ class CryptoEstimationsResponseExtended extends CryptoEstimationsResponse {
5354
);
5455
return response.forget!;
5556
}
56-
}
57+
}

0 commit comments

Comments
 (0)