Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
EdwardDowling committed Oct 21, 2024
1 parent aae1085 commit fc17538
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions integrations/access/pagerduty/testlib/suite.go
Original file line number Diff line number Diff line change
Expand Up @@ -434,8 +434,8 @@ func (s *PagerdutySuiteOSS) TestRecipientsFromAccessMonitoringRule() {
var collectedNames []string
var mu sync.Mutex
s.appConfig.OnAccessMonitoringRuleCacheUpdateCallback = func(_ types.OpType, name string, _ *accessmonitoringrulesv1.AccessMonitoringRule) error {
mu.Lock()
collectedNames=append(collectedNames, name)
mu.Lock()
collectedNames = append(collectedNames, name)
mu.Unlock()
return nil
}
Expand Down

0 comments on commit fc17538

Please sign in to comment.