diff options
| author | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-05-25 13:55:09 +0200 |
|---|---|---|
| committer | Guillaume Gomez <guillaume.gomez@huawei.com> | 2022-05-25 13:55:09 +0200 |
| commit | 6c7156d48814236eee8590d343d5b566d3ec8fc8 (patch) | |
| tree | 16bb199e5c6aea0f5228b45eb95a36caed44d528 /src/librustdoc/html/static/js/source-script.js | |
| parent | 231b47b2b93c538f32cce0103e883916431ff845 (diff) | |
| download | rust-6c7156d48814236eee8590d343d5b566d3ec8fc8.tar.gz rust-6c7156d48814236eee8590d343d5b566d3ec8fc8.zip | |
Add new eslint rule "space-before-function-paren"
Diffstat (limited to 'src/librustdoc/html/static/js/source-script.js')
| -rw-r--r-- | src/librustdoc/html/static/js/source-script.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/librustdoc/html/static/js/source-script.js b/src/librustdoc/html/static/js/source-script.js index 15e3bdf47b2..aaac878d3a3 100644 --- a/src/librustdoc/html/static/js/source-script.js +++ b/src/librustdoc/html/static/js/source-script.js @@ -187,7 +187,7 @@ function highlightSourceLines(match) { } } -const handleSourceHighlight = (function () { +const handleSourceHighlight = (function() { let prev_line_id = 0; const set_fragment = name => { |
