Skip to content

Commit 27d78d1

Browse files
chore: fmt and bump migration number
1 parent d2fa8df commit 27d78d1

File tree

3 files changed

+0
-1
lines changed

3 files changed

+0
-1
lines changed

coderd/agentapi/resourcesmonitor/resources_monitor.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,6 @@ func CalculateVolumeUsageStates(
8989
}
9090

9191
func NextState(c Config, oldState database.WorkspaceAgentMonitorState, states []State) database.WorkspaceAgentMonitorState {
92-
9392
// If there are enough consecutive NOK states, we should be in an
9493
// alert state.
9594
consecutiveNOKs := slice.CountConsecutive(StateNOK, states...)

0 commit comments

Comments
 (0)