We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see ourdocumentation.
There was an error while loading.Please reload this page.
1 parent763921b commita93b654Copy full SHA for a93b654
coderd/prebuilds/preset_snapshot.go
@@ -325,7 +325,7 @@ func (p PresetSnapshot) countEligible() int32 {
325
}
326
327
// countInProgress returns counts of prebuilds in transition states (starting, stopping, deleting).
328
-// These counts are trackednow the template level, so all presets sharing the same template see the same values.
+// These counts are trackedat the template level, so all presets sharing the same template see the same values.
329
func (pPresetSnapshot)countInProgress() (startingint32,stoppingint32,deletingint32) {
330
for_,progress:=rangep.InProgress {
331
num:=progress.Count