From 0c80dfc8bb289fc892dafd8e726510db75aa8738 Mon Sep 17 00:00:00 2001 From: Andreas Motl Date: Thu, 23 Nov 2023 00:18:44 +0100 Subject: [PATCH] Chore: Fix newlines --- .github/workflows/main.yml | 2 +- devtools/ci.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index f7e4eef0..c89b2490 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -55,4 +55,4 @@ jobs: python -m pip install ".[test,devel]" - name: Lint & test - run: ./devtools/ci.sh + run: ./devtools/ci.sh diff --git a/devtools/ci.sh b/devtools/ci.sh index aa68492d..f506f887 100755 --- a/devtools/ci.sh +++ b/devtools/ci.sh @@ -4,4 +4,4 @@ set -e -x isort --check --diff crate/ tests/ setup.py flake8 crate/crash -coverage run -m unittest -v \ No newline at end of file +coverage run -m unittest -v