Skip to content

Commit b6b7205

Browse files
committed
remove whitespace
1 parent 5f061ab commit b6b7205

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

init.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,10 +7,10 @@ createdb oedb
77

88
psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS postgis;"
99
psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS postgis_topology;"
10-
psql -U postgres -d oedb -c " CREATE EXTENSION IF NOT EXISTS hstore;"
10+
psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS hstore;"
1111
psql -U postgres -d oedb -c "CREATE EXTENSION IF NOT EXISTS pg_trgm;"
1212

1313
psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS postgis;"
1414
psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS postgis_topology;"
15-
psql -U postgres -d oep_django -c " CREATE EXTENSION IF NOT EXISTS hstore;"
15+
psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS hstore;"
1616
psql -U postgres -d oep_django -c "CREATE EXTENSION IF NOT EXISTS pg_trgm;"

0 commit comments

Comments
 (0)