Skip to content

Commit

Permalink
Remove newly introduced trailing whitespace
Browse files Browse the repository at this point in the history
Signed-off-by: Stefan Weil <[email protected]>
  • Loading branch information
stweil committed Dec 6, 2023
1 parent af68772 commit e524f58
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
steps:
- checkout
- run: sudo apt-get -y update
- run: sudo make deps-ubuntu
- run: sudo make deps-ubuntu
- run: make install deps-test
- run: make test benchmark

Expand Down
4 changes: 2 additions & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -264,7 +264,7 @@ pyclean:
.PHONY: docker docker-cuda

# Additional arguments to docker build. Default: '$(DOCKER_ARGS)'
DOCKER_ARGS =
DOCKER_ARGS =

# Build docker image
docker: DOCKER_BASE_IMAGE = ubuntu:20.04
Expand All @@ -277,7 +277,7 @@ docker-cuda: DOCKER_FILE = Dockerfile.cuda

docker-cuda: docker

docker docker-cuda:
docker docker-cuda:
docker build --progress=plain -f $(DOCKER_FILE) -t $(DOCKER_TAG) --build-arg BASE_IMAGE=$(DOCKER_BASE_IMAGE) $(DOCKER_ARGS) .

# Build wheels and source dist and twine upload them
Expand Down
2 changes: 1 addition & 1 deletion tests/cli/test_bashlib.py
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def invoke_bash(self, script, *args, executable=None):
return -1, "", str(e)
finally:
os.remove(scriptfile.name)

def setUp(self):
self.maxDiff = None
super().setUp()
Expand Down

0 comments on commit e524f58

Please sign in to comment.