Skip to content

Commit 405be68

Browse files
author
Fabien Coelho
committed
remove spaces & comments
1 parent 1d7f7ac commit 405be68

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ FLASK = flask
1313
PORT = 5000
1414
PYTEST = pytest --log-level=debug --capture=tee-sys
1515
PYTOPT =
16-
SEED = $(shell head -c 33 /dev/urandom | base64) # over 256 bits
16+
SEED = $(shell head -c 33 /dev/urandom | base64)
1717

1818
.PHONY: check.external
1919
check.external:

0 commit comments

Comments
 (0)