ci: re-format sources (#14413)

PR Close #14413
This commit is contained in:
Alex Eagle
2017-02-10 16:29:30 -08:00
committed by Miško Hevery
parent adc54302cb
commit 5279d06e88
2 changed files with 15 additions and 25 deletions

View File

@ -6,8 +6,8 @@
* found in the LICENSE file at https://angular.io/license
*/
import {Component, NgModule, destroyPlatform} from '@angular/core';
import {PlatformLocation} from '@angular/common';
import {Component, NgModule, destroyPlatform} from '@angular/core';
import {async} from '@angular/core/testing';
import {getDOM} from '@angular/platform-browser/src/dom/dom_adapter';
import {ServerModule, platformDynamicServer} from '@angular/platform-server';
@ -43,7 +43,7 @@ export function main() {
expect(getDOM().getText(body)).toEqual('Works!');
});
}));
describe('PlatformLocation', () => {
it('is injectable', () => {
const body = writeBody('<app></app>');