Skip to content

Commit 4f65139

Browse files
author
Cyril Gaudin
committed
fmt
1 parent c35441d commit 4f65139

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/helpers.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -295,7 +295,7 @@ func resourcePrivilegesEqual(granted *schema.Set, d *schema.ResourceData) bool {
295295

296296
// implicit check: e.g. for object_type schema -> ALL == ["CREATE", "USAGE"]
297297
log.Printf("The wanted privilege is 'ALL'. therefore, we will check if the current privileges are ALL implicitely")
298-
implicits :=[]interface{}{}
298+
implicits := []interface{}{}
299299
for _, p := range allowedPrivileges[objectType] {
300300
if p != "ALL" {
301301
implicits = append(implicits, p)

0 commit comments

Comments
 (0)