| Index: runtime/bin/loader.h
|
| diff --git a/runtime/bin/loader.h b/runtime/bin/loader.h
|
| index 6ddf49f566de1b56b2b77542e4772b355574ff5f..ac9bc45f7d5b129da4b787ab6c488f060b11051c 100644
|
| --- a/runtime/bin/loader.h
|
| +++ b/runtime/bin/loader.h
|
| @@ -33,9 +33,7 @@ class Loader {
|
| Dart_Handle library,
|
| Dart_Handle url);
|
|
|
| - Dart_Handle error() const {
|
| - return error_;
|
| - }
|
| + Dart_Handle error() const { return error_; }
|
|
|
| static void InitOnce();
|
|
|
| @@ -86,8 +84,7 @@ class Loader {
|
| const char* root_script_uri);
|
|
|
| // Send a request for a dart-ext: import to the service isolate.
|
| - void SendImportExtensionRequest(Dart_Handle url,
|
| - Dart_Handle library_url);
|
| + void SendImportExtensionRequest(Dart_Handle url, Dart_Handle library_url);
|
|
|
| // Send a request from the tag handler to the service isolate.
|
| void SendRequest(Dart_LibraryTag tag,
|
|
|