diff --git a/runtime/dart_init.cc b/runtime/dart_init.cc index 2abcc213003e8..e32249d2451bb 100644 --- a/runtime/dart_init.cc +++ b/runtime/dart_init.cc @@ -609,7 +609,8 @@ void InitDartVM(const uint8_t* vm_snapshot_data, if (!bundle_path.empty()) { fxl::RefPtr directory_asset_bundle = - fxl::MakeRefCounted(std::move(bundle_path)); + fxl::MakeRefCounted( + std::move(bundle_path)); directory_asset_bundle->GetAsBuffer(kPlatformKernelAssetKey, &platform_data); if (!platform_data.empty()) {