Skip to content

Commit 921e999

Browse files
committed
make fmt
Signed-off-by: Timo Sand <[email protected]>
1 parent f2984e2 commit 921e999

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

github/util_rules.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -136,8 +136,8 @@ func flattenBypassActors(bypassActors []*github.BypassActor) []any {
136136
actorID := v.GetActorID()
137137
actorType := v.GetActorType()
138138
if *actorType == github.BypassActorTypeOrganizationAdmin && actorID == 0 {
139-
// This is a workaround for the GitHub API bug where OrganizationAdmin actor_id is returned as `null` instead of `1`
140-
log.Printf("[DEBUG] Setting OrganizationAdmin Actor ID to 1")
139+
// This is a workaround for the GitHub API bug where OrganizationAdmin actor_id is returned as `null` instead of `1`
140+
log.Printf("[DEBUG] Setting OrganizationAdmin Actor ID to 1")
141141
actorID = 1
142142
}
143143
actorMap["actor_id"] = actorID

0 commit comments

Comments
 (0)