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

Unified Diff: sdk/lib/web_sql/dart2js/web_sql_dart2js.dart

Issue 2822303002: Format all files under the sdk/lib directory. (Closed)
Patch Set: reduced_cl 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
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
diff --git a/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart b/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
index 7de4bbc00f6cfed409cee3f70ec215114c510941..92273fde5e8c65956f7b0011fa06021671730207 100644
--- a/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
+++ b/sdk/lib/web_sql/dart2js/web_sql_dart2js.dart
@@ -115,19 +115,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
@@ -284,7 +284,7 @@ class SqlResultSetRowList extends Interceptor
@JSName('item')
@DomName('SQLResultSetRowList.item')
@DocsEditable()
- _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
@@ -309,5 +309,5 @@ class SqlTransaction extends Interceptor {
void executeSql(String sqlStatement,
[List arguments,
SqlStatementCallback callback,
- SqlStatementErrorCallback errorCallback]) native ;
+ SqlStatementErrorCallback errorCallback]) native;
}
« no previous file with comments | « sdk/lib/web_gl/dart2js/web_gl_dart2js.dart ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698