From 5ea370d9ec04d750f9fc56b6b0cf959b8d235f4a Mon Sep 17 00:00:00 2001 From: Anthony Mahanna Date: Thu, 9 Nov 2023 18:21:58 -0500 Subject: [PATCH] end of line fix --- .circleci/config.yml | 2 +- .github/workflows/build.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index b369ba5b..f08294d2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -94,4 +94,4 @@ jobs: echo "Running pytest with args: ${args[@]}" pytest --cov=arango --cov-report=xml "${args[@]}" - # - coveralls/upload \ No newline at end of file + # - coveralls/upload diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 64bd5c77..7f2c8e52 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -132,4 +132,4 @@ jobs: run: python -m sphinx -b doctest docs docs/_build - name: Generate Sphinx HTML - run: python -m sphinx -b html -W docs docs/_build \ No newline at end of file + run: python -m sphinx -b html -W docs docs/_build