chore: fix low hanging lint issues (#9253)

This commit is contained in:
Kayla Washburn
2023-08-22 12:32:37 -06:00
committed by GitHub
parent 306615c674
commit 697b0283c5
3 changed files with 4 additions and 4 deletions

View File

@ -807,7 +807,7 @@ func (api *API) runEntitlementsLoop(ctx context.Context) {
subscribed := false
defer func() {
// If this function ends, it means the context was cancelled and this
// If this function ends, it means the context was canceled and this
// coderd is shutting down. In this case, post a pubsub message to
// tell other coderd's to resync their entitlements. This is required to
// make sure things like replica counts are updated in the UI.