diff options
author | Sonia Singla <soniasingla.1812@gmail.com> | 2019-04-07 20:37:05 +0530 |
---|---|---|
committer | Sonia Singla <soniasingla.1812@gmail.com> | 2019-04-07 20:37:05 +0530 |
commit | 9d48ca12989b7af429bf9e4e0154bfbd1eb63195 (patch) | |
tree | c33a43d9768c950c7157535e29a3adde0061e3a5 | |
parent | 37259d216d7256e930fa954c2357a349933c39c3 (diff) | |
download | servo-9d48ca12989b7af429bf9e4e0154bfbd1eb63195.tar.gz servo-9d48ca12989b7af429bf9e4e0154bfbd1eb63195.zip |
fix identation
-rw-r--r-- | tests/wpt/run.py | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/wpt/run.py b/tests/wpt/run.py index f64819b4428..6b012d0f5d3 100644 --- a/tests/wpt/run.py +++ b/tests/wpt/run.py @@ -23,8 +23,7 @@ paths = {"include_manifest": wpt_path("include.ini"), "config": wpt_path("config.ini"), "ca-cert-path": wpt_path("web-platform-tests/tools/certs/cacert.pem"), "host-key-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.key"), - "host-cert-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.pem"), - } + "host-cert-path": wpt_path("web-platform-tests/tools/certs/web-platform.test.pem")} # Imports sys.path.append(wpt_path("web-platform-tests", "tools")) import localpaths # noqa: flake8 |