diff --git a/prover-stats-api/Makefile b/prover-stats-api/Makefile index 856427ebf..213db8717 100644 --- a/prover-stats-api/Makefile +++ b/prover-stats-api/Makefile @@ -10,4 +10,4 @@ swag: swag init -g ./cmd/main.go test: - go test -v $(PWD)/... \ No newline at end of file + go test -v $(PWD)/... diff --git a/prover-stats-api/README b/prover-stats-api/README index 26c08980c..01f3aaa3b 100644 --- a/prover-stats-api/README +++ b/prover-stats-api/README @@ -27,4 +27,4 @@ http://localhost:8990/swagger/index.html ``` cd ./prover-stats-api make swag -``` \ No newline at end of file +```