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

Unified Diff: pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart

Issue 2830503002: Run formatter on dev_compiler. (Closed)
Patch Set: Run formatter on dev_compiler. Created 3 years, 8 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
Index: pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
diff --git a/pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart b/pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
index 911c3c9c942d206d3cc459154e52ea35b002ceec..89df514a84101978d605ecd39addf47d7a2fcb69 100644
--- a/pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
+++ b/pkg/dev_compiler/tool/input_sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
@@ -108,19 +108,19 @@ class SqlDatabase extends Interceptor {
void changeVersion(String oldVersion, String newVersion,
[SqlTransactionCallback callback,
SqlTransactionErrorCallback errorCallback,
- VoidCallback successCallback]) native ;
+ VoidCallback successCallback]) native;
@DomName('Database.readTransaction')
@DocsEditable()
void readTransaction(SqlTransactionCallback callback,
[SqlTransactionErrorCallback errorCallback,
- VoidCallback successCallback]) native ;
+ VoidCallback successCallback]) native;
@DomName('Database.transaction')
@DocsEditable()
void transaction(SqlTransactionCallback callback,
[SqlTransactionErrorCallback errorCallback,
- VoidCallback successCallback]) native ;
+ VoidCallback successCallback]) native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -279,7 +279,7 @@ class SqlResultSetRowList extends Interceptor
@DomName('SQLResultSetRowList.item')
@DocsEditable()
@Creates('=Object')
- _item_1(index) native ;
+ _item_1(index) native;
}
// Copyright (c) 2012, the Dart project authors. Please see the AUTHORS file
// for details. All rights reserved. Use of this source code is governed by a
@@ -303,5 +303,5 @@ class SqlTransaction extends Interceptor {
@DocsEditable()
void executeSql(String sqlStatement, List<Object> arguments,
[SqlStatementCallback callback,
- SqlStatementErrorCallback errorCallback]) native ;
+ SqlStatementErrorCallback errorCallback]) native;
}

Powered by Google App Engine
This is Rietveld 408576698