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

Unified Diff: lib/src/files.dart

Issue 12225039: Support for observable models, fixes #259 (Closed) Base URL: https://github.com/dart-lang/web-ui.git@master
Patch Set: Created 7 years, 10 months 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 | « lib/src/emitters.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/files.dart
diff --git a/lib/src/files.dart b/lib/src/files.dart
index c756078f980a53d4cbb23b2db8a33f50e382acee..6763c2fe43dad4afa2dba55566b2173a2cedd34b 100644
--- a/lib/src/files.dart
+++ b/lib/src/files.dart
@@ -25,8 +25,8 @@ class SourceFile {
class OutputFile {
final Path path;
final String contents;
-
- /**
+
+ /**
* Path to the source file that was transformed into this OutputFile, `null`
* for files that are generated and do not correspond to an input
* [SourceFile].
« no previous file with comments | « lib/src/emitters.dart ('k') | lib/src/info.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698