branch: elpa/pg commit cd2b7df5f89580737d38afd002c1ffc1ee147c87 Author: Eric Marsden <eric.mars...@risk-engineering.org> Commit: Eric Marsden <eric.mars...@risk-engineering.org>
Tab formatting. --- test/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/Makefile b/test/Makefile index 4f1660cc03d..6c20c390f66 100644 --- a/test/Makefile +++ b/test/Makefile @@ -521,7 +521,7 @@ test-paradedb: test-pg.el test-vectorchord: test-pg.el ${DOCKER} run --rm --name vectorchord \ --pull=newer \ - --publish 5778:5432 \ + --publish 5778:5432 \ -e POSTGRES_DB=pgeltestdb \ -e POSTGRES_USER=pgeltestuser \ -e POSTGRES_PASSWORD=pgeltest \