From 8f7cef12323c085103554d8542baf4c06fc4dcc1 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Sat, 26 Jan 2019 11:53:15 +0530 Subject: [PATCH] Fix indentation --- .circleci/config.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 7c2e72f12..ded7a8bf6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -40,17 +40,17 @@ jobs: - run: /opt/py3.7/bin/python3 setup.py build --debug --verbose --sanitize - run: ./asan-launcher test.py - lin-bundle: - docker: - - image: kovidgoyal/kitty-test:latest - environment: - LD_LIBRARY_PATH: $SW/lib - PKG_CONFIG_PATH: $SW/lib/pkgconfig - ASAN_OPTIONS: leak_check_at_exit=0 - steps: - - checkout - - run: $SW/bin/python3 setup.py build --debug --verbose - - run: $SW/bin/python3 test.py + lin-bundle: + docker: + - image: kovidgoyal/kitty-test:latest + environment: + LD_LIBRARY_PATH: $SW/lib + PKG_CONFIG_PATH: $SW/lib/pkgconfig + ASAN_OPTIONS: leak_check_at_exit=0 + steps: + - checkout + - run: $SW/bin/python3 setup.py build --debug --verbose + - run: $SW/bin/python3 test.py workflows: