chore(benchpress): clang-format and lint
This commit is contained in:

committed by
Alex Rickabaugh

parent
3fcd6fd93f
commit
fd19671c07
@ -1,3 +1,11 @@
|
||||
/**
|
||||
* @license
|
||||
* Copyright Google Inc. All Rights Reserved.
|
||||
*
|
||||
* Use of this source code is governed by an MIT-style license that can be
|
||||
* found in the LICENSE file at https://angular.io/license
|
||||
*/
|
||||
|
||||
import {bind} from '@angular/core/src/di';
|
||||
import {Options} from './common';
|
||||
|
||||
@ -22,5 +30,5 @@ function writeFile(filename, content): Promise<any> {
|
||||
resolve();
|
||||
}
|
||||
});
|
||||
})
|
||||
});
|
||||
}
|
||||
|
Reference in New Issue
Block a user