style: merge imports from the same modules

This commit is contained in:
Joao Dias
2016-10-23 22:59:45 +02:00
committed by vsavkin
parent a382d6dd20
commit 5a3d7a62a2
3 changed files with 3 additions and 6 deletions

View File

@ -6,8 +6,7 @@
* found in the LICENSE file at https://angular.io/license
*/
import {SelectorMatcher} from '@angular/compiler/src/selector';
import {CssSelector} from '@angular/compiler/src/selector';
import {CssSelector, SelectorMatcher} from '@angular/compiler/src/selector';
import {Math} from '@angular/facade/lang';
import {BrowserDomAdapter} from '@angular/platform-browser/src/browser/browser_adapter';
import {bindAction, getIntParameter} from '@angular/testing/src/benchmark_util';