Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(601)

Unified Diff: packages/charted/lib/core/utils/bidi_formatter.dart

Issue 1521693002: Roll Observatory deps (charted -> ^0.3.0) (Closed) Base URL: https://chromium.googlesource.com/external/github.com/dart-lang/observatory_pub_packages.git@master
Patch Set: Created 5 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « packages/charted/lib/core/utils.dart ('k') | packages/charted/lib/core/utils/color.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: packages/charted/lib/core/utils/bidi_formatter.dart
diff --git a/packages/charted/lib/core/utils/bidi_formatter.dart b/packages/charted/lib/core/utils/bidi_formatter.dart
index 8b729ffc37ca3ecb35e2888c273be69991ae34a5..85df0c94283ad6e68315918c725fc87b15d586a6 100644
--- a/packages/charted/lib/core/utils/bidi_formatter.dart
+++ b/packages/charted/lib/core/utils/bidi_formatter.dart
@@ -13,7 +13,7 @@ BidiFormatter _bidiFormatter = new BidiFormatter.LTR();
/// Fix direction of HTML using <span dir="..."> for RTL when required
fixMarkupDirection(String markup) =>
- _bidiFormatter.wrapWithSpan(markup, isHtml:true);
+ _bidiFormatter.wrapWithSpan(markup, isHtml: true);
/// Fix direction of text using unicode markers for RTL when required
/// This is a simplified version of BidiFormatter.wrapWithUnicode that
« no previous file with comments | « packages/charted/lib/core/utils.dart ('k') | packages/charted/lib/core/utils/color.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698