Skip to content

Commit 9c97480

Browse files
committed
fmt
1 parent 8fc9ce9 commit 9c97480

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

postgresql/provider.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -200,7 +200,7 @@ func Provider() *schema.Provider {
200200
"postgresql_function": resourcePostgreSQLFunction(),
201201
"postgresql_server": resourcePostgreSQLServer(),
202202
"postgresql_user_mapping": resourcePostgreSQLUserMapping(),
203-
"postgresql_alter_role": resourcePostgreSQLAlterRole(),
203+
"postgresql_alter_role": resourcePostgreSQLAlterRole(),
204204
},
205205

206206
DataSourcesMap: map[string]*schema.Resource{

0 commit comments

Comments
 (0)