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

Unified Diff: lib/src/restartable_timer.dart

Issue 1777453002: Modernize the package's style. (Closed) Base URL: git@github.com:dart-lang/async.git@master
Patch Set: Code review changes Created 4 years, 9 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/null_stream_sink.dart ('k') | lib/src/result.dart » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: lib/src/restartable_timer.dart
diff --git a/lib/src/restartable_timer.dart b/lib/src/restartable_timer.dart
index 05196d2873675ef9ad222be92aadf5cc74ee9ce6..eed51e6da67e43b1c556162088f17486155015f8 100644
--- a/lib/src/restartable_timer.dart
+++ b/lib/src/restartable_timer.dart
@@ -2,8 +2,6 @@
// for details. All rights reserved. Use of this source code is governed by a
// BSD-style license that can be found in the LICENSE file.
-library async.restartable_timer;
-
import 'dart:async';
/// A non-periodic timer that can be restarted any number of times.
« no previous file with comments | « lib/src/null_stream_sink.dart ('k') | lib/src/result.dart » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698