Skip to content

Commit

Permalink
[font_collection] Add missing semicolon (flutter#8546)
Browse files Browse the repository at this point in the history
  • Loading branch information
zanderso authored Apr 11, 2019
1 parent ae4df6f commit c00364a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion third_party/txt/src/txt/font_collection.cc
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ std::shared_ptr<minikin::FontFamily> FontCollection::CreateMinikinFontFamily(

// Add fonts to the Minikin font family.
for (int i = 0; i < font_style_set->count(); ++i) {
TRACE_EVENT0("flutter", "CreateMinikinFont")
TRACE_EVENT0("flutter", "CreateMinikinFont");
// Create the skia typeface.
sk_sp<SkTypeface> skia_typeface(
sk_sp<SkTypeface>(font_style_set->createTypeface(i)));
Expand Down

0 comments on commit c00364a

Please sign in to comment.