summaryrefslogtreecommitdiffstats
path: root/testing/web-platform/tests/resources/idlharness.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing/web-platform/tests/resources/idlharness.js')
-rw-r--r--testing/web-platform/tests/resources/idlharness.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/testing/web-platform/tests/resources/idlharness.js b/testing/web-platform/tests/resources/idlharness.js
index 608964659..314223001 100644
--- a/testing/web-platform/tests/resources/idlharness.js
+++ b/testing/web-platform/tests/resources/idlharness.js
@@ -1850,4 +1850,3 @@ function IdlTypedef(obj)
IdlTypedef.prototype = Object.create(IdlObject.prototype);
}());
-// vim: set expandtab shiftwidth=4 tabstop=4 foldmarker=@{,@} foldmethod=marker: