Skip to content

Commit

Permalink
Formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
JamesMurkin committed May 4, 2023
1 parent 6e52201 commit 65bd57e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions internal/executor/fake/context/context.go
Original file line number Diff line number Diff line change
Expand Up @@ -392,6 +392,7 @@ func (c *FakeClusterContext) trySchedule(pod *v1.Pod) (scheduled bool, removed b
}
return false, false
}

func (c *FakeClusterContext) deallocate(pod *v1.Pod) {
c.rwLock.Lock()
defer c.rwLock.Unlock()
Expand Down

0 comments on commit 65bd57e

Please sign in to comment.