| Index: third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js b/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
|
| index c4d500d9e3c28ca7d8dbd08deb3d945cdc0d3156..5d10b5338c5f0cb029bc2f1ef25a2be5ef9e7f17 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/formatter_worker/acorn/acorn.js
|
| @@ -1,3 +1,4 @@
|
| +// clang-format off
|
| (function (global, factory) {
|
| typeof exports === 'object' && typeof module !== 'undefined' ? factory(exports) :
|
| typeof define === 'function' && define.amd ? define(['exports'], factory) :
|
| @@ -3403,4 +3404,5 @@ exports.lineBreakG = lineBreakG;
|
|
|
| Object.defineProperty(exports, '__esModule', { value: true });
|
|
|
| -})));
|
| +})));
|
| +// clang-format on
|
|
|