Skip to content

Commit

Permalink
Fix end points.
Browse files Browse the repository at this point in the history
  • Loading branch information
eyebrowsoffire committed Dec 13, 2022
1 parent 215ac30 commit 380bfa3
Show file tree
Hide file tree
Showing 2 changed files with 142 additions and 142 deletions.
2 changes: 1 addition & 1 deletion lib/web_ui/dev/generate_fallback_font_data.dart
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ class GenerateFallbackFontDataCommand extends Command<bool>
ends.add(parts[0]);
} else {
starts.add(parts[0]);
ends.add(parts[0]);
ends.add(parts[1]);
}
}
sb.write('<int>[');
Expand Down
Loading

0 comments on commit 380bfa3

Please sign in to comment.