Skip to content

Commit

Permalink
Run gofmt (integrations#645)
Browse files Browse the repository at this point in the history
Signed-off-by: Stephen Hoekstra <shoekstra@schubergphilis.com>
  • Loading branch information
shoekstra authored Jan 7, 2021
1 parent ba11cf3 commit 6592933
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions github/resource_github_branch_protection.go
Original file line number Diff line number Diff line change
Expand Up @@ -76,8 +76,8 @@ func resourceGithubBranchProtection() *schema.Resource {
},
},
PROTECTION_REQUIRES_STATUS_CHECKS: {
Type: schema.TypeList,
Optional: true,
Type: schema.TypeList,
Optional: true,
DiffSuppressFunc: statusChecksDiffSuppression,
Elem: &schema.Resource{
Schema: map[string]*schema.Schema{
Expand Down
2 changes: 1 addition & 1 deletion github/util_v4_branch_protection.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ type DismissalActorTypes struct {

type PushActorTypes struct {
Actor struct {
App Actor `graphql:"... on App"`
App Actor `graphql:"... on App"`
Team Actor `graphql:"... on Team"`
User Actor `graphql:"... on User"`
}
Expand Down

0 comments on commit 6592933

Please sign in to comment.