From 13c853fa2b77c50e41611c8f40884d27bcf39c17 Mon Sep 17 00:00:00 2001
From: Jakub Dubovsky <jakub.dubovsky@seznam.cz>
Date: Thu, 19 Nov 2020 09:27:54 +0100
Subject: [PATCH] minor

---
 README.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/README.md b/README.md
index d71cb0b6..36ec421c 100644
--- a/README.md
+++ b/README.md
@@ -77,5 +77,5 @@ source tests/env.sh
 TF_LOG=INFO go test -v ./postgresql -run ^TestAccPostgresqlRole_Basic$
 
 # cleans the env and tears down the postgres container
-make testacc_cleanup 
+make testacc_cleanup
 ```