mirror of
https://github.com/angular/angular.git
synced 2026-09-14 13:54:52 +08:00
dc62446ef7
Migrate formatting to prettier for tools directory from clang-format PR Close #53947
13 lines
279 B
JavaScript
13 lines
279 B
JavaScript
/**
|
|
* @license
|
|
* Copyright Google LLC 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
|
|
*/
|
|
|
|
(function () {
|
|
var Class = function () {},
|
|
fn = function () {};
|
|
})();
|