chore: clang-format after various changes.

This commit is contained in:
Martin Probst
2016-04-28 23:28:13 -07:00
parent 713e6d4aff
commit 365be6a309
14 changed files with 171 additions and 188 deletions

View File

@ -38,10 +38,10 @@ import {XHR} from 'angular2/compiler';
/**
* An array of providers that should be passed into `application()` when bootstrapping a component.
*/
export const BROWSER_APP_PROVIDERS: Array<any /*Type | Provider | any[]*/> = /*@ts2dart_const*/ [
export const BROWSER_APP_PROVIDERS: Array<any /*Type | Provider | any[]*/> = /*@ts2dart_const*/[
BROWSER_APP_COMMON_PROVIDERS,
COMPILER_PROVIDERS,
/*@ts2dart_Provider*/{provide: XHR, useClass: XHRImpl},
/*@ts2dart_Provider*/ {provide: XHR, useClass: XHRImpl},
];
export function browserPlatform(): PlatformRef {