| Index: third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| diff --git a/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js b/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| index f2c6c34758a3b767399ab86b1d81c3208543a52a..0908f943f2904be16fc5b70dc1f6cb9253530191 100644
|
| --- a/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| +++ b/third_party/WebKit/Source/devtools/front_end/sources/InplaceFormatterEditorAction.js
|
| @@ -123,8 +123,7 @@ Sources.InplaceFormatterEditorAction = class {
|
|
|
| uiSourceCode.addDecoration(
|
| new Common.TextRange(...startLocation, ...endLocation),
|
| - /** @type {string} */ (decoration.type()),
|
| - decoration.data());
|
| + /** @type {string} */ (decoration.type()), decoration.data());
|
| }
|
| }
|
| };
|
|
|