Skip to content

Commit 4675abd

Browse files
committed
Run gofmt -s on internal/provider/resource_gitlab_project.go using go 1.17
1 parent 39a730c commit 4675abd

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

internal/provider/resource_gitlab_project.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -539,9 +539,9 @@ var resourceGitLabProjectSchema = map[string]*schema.Schema{
539539
},
540540
"repository_storage": {
541541
Description: " Which storage shard the repository is on. (administrator only)",
542-
Type: schema.TypeString,
543-
Optional: true,
544-
Computed: true,
542+
Type: schema.TypeString,
543+
Optional: true,
544+
Computed: true,
545545
},
546546
"requirements_access_level": {
547547
Description: fmt.Sprintf("Set the requirements access level. Valid values are %s.", renderValueListForDocs(validProjectAccessLevels)),

0 commit comments

Comments
 (0)