From ceb47d8cd145debb960cdd33b07b97c892e0389e Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone <exarkun@twistedmatrix.com> Date: Mon, 10 Jun 2019 15:59:51 -0400 Subject: [PATCH] Consistent indentation --- .circleci/config.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index a6a03fa..70f4374 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -52,8 +52,8 @@ jobs: - run: name: "Report Coverage" command: | - . venv/bin/activate - CODECOV_TOKEN="cc6e4697-4337-4506-88af-92b8f8ca6b22" codecov + . venv/bin/activate + CODECOV_TOKEN="cc6e4697-4337-4506-88af-92b8f8ca6b22" codecov workflows: -- GitLab