Skip to content

Commit ce83f92

Browse files
refactor: slighly adjust comment
1 parent 2ca8030 commit ce83f92

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

coderd/prebuilds/preset_snapshot.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ type ReconciliationState struct {
5555
Deleting int32
5656
}
5757

58-
// ReconciliationActions represents a single action needed to reconcile the current state with the desired state.
58+
// ReconciliationActions represents actions needed to reconcile the current state with the desired state.
5959
// Exactly one field will be set based on the ActionType.
6060
type ReconciliationActions struct {
6161
// ActionType determines which field is set and what action should be taken
@@ -222,7 +222,7 @@ func (p PresetSnapshot) countEligible() int32 {
222222
// These counts are tracked at the template level, so all presets sharing the same template see the same values.
223223
func (p PresetSnapshot) countInProgress() (int32, int32, int32) {
224224
var starting, stopping, deleting int32
225-
225+
226226
for _, progress := range p.InProgress {
227227
num := progress.Count
228228
switch progress.Transition {

0 commit comments

Comments
 (0)