Skip to content
This repository was archived by the owner on Feb 22, 2023. It is now read-only.
Prev Previous commit
Next Next commit
Fix Format
  • Loading branch information
hamdikahloun committed Oct 4, 2020
commit 97b6e81ee7ff571366003b3c0cc9d26d19a345ad
Original file line number Diff line number Diff line change
Expand Up @@ -363,8 +363,8 @@ boolean isTestingApiRegistered(JsonRpcResponse isolateInfoResp) {
String extensionApi = jsonElement.getAsString();
if (TESTING_EXTENSION_METHOD.equals(extensionApi)) {
Log.d(
TAG,
String.format("Flutter testing API registered with Dart isolate %s.", isolateId));
TAG,
String.format("Flutter testing API registered with Dart isolate %s.", isolateId));
return true;
}
}
Expand Down