未验证 提交 d65b521b 编写于 作者: B Brian Osman 提交者: GitHub

Fix formatting (#4473)

上级 06d5bd6b
......@@ -609,7 +609,8 @@ void InitDartVM(const uint8_t* vm_snapshot_data,
if (!bundle_path.empty()) {
fxl::RefPtr<blink::DirectoryAssetBundle> directory_asset_bundle =
fxl::MakeRefCounted<blink::DirectoryAssetBundle>(std::move(bundle_path));
fxl::MakeRefCounted<blink::DirectoryAssetBundle>(
std::move(bundle_path));
directory_asset_bundle->GetAsBuffer(kPlatformKernelAssetKey,
&platform_data);
if (!platform_data.empty()) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册