From 9e1b4c4f0894963d26b0856ee1acd3b22a406ce7 Mon Sep 17 00:00:00 2001 From: Kevin Hallock Date: Tue, 12 Mar 2019 12:04:37 -0600 Subject: [PATCH] Fix formatting in CircleCI config.yml --- .circleci/config.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 70f7638..4443e06 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -13,10 +13,10 @@ jobs: steps: - checkout - run: - name: run pycodestyle - command: | - - pip install pycodestyle - - pycodestyle src test + name: run pycodestyle + command: | + - pip install pycodestyle + - pycodestyle src test build: docker: