From f96730a594c8de2f4aafac4338399aad25a64263 Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Mon, 10 Jun 2019 16:01:05 -0400
Subject: [PATCH] Get the document structure correct

---
 .circleci/config.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.circleci/config.yml b/.circleci/config.yml
index 70f4374..16f8202 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -41,8 +41,8 @@ jobs:
       - "checkout"
 
       - run:
-        name: "Run Test Suite"
-        command: |
+          name: "Run Test Suite"
+          command: |
             virtualenv venv
             . venv/bin/activate
             pip install --upgrade pip
@@ -50,8 +50,8 @@ jobs:
             coverage run -m twisted.trial _secureaccesstokenauthorizer
 
       - run:
-        name: "Report Coverage"
-        command: |
+          name: "Report Coverage"
+          command: |
             . venv/bin/activate
             CODECOV_TOKEN="cc6e4697-4337-4506-88af-92b8f8ca6b22" codecov
 
-- 
GitLab