Skip to content

Commit

Permalink
Fix formatting (flutter#4473)
Browse files Browse the repository at this point in the history
  • Loading branch information
brianosman authored Dec 18, 2017
1 parent 06d5bd6 commit d65b521
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/dart_init.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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()) {
Expand Down

0 comments on commit d65b521

Please sign in to comment.