Skip to content

Commit

Permalink
Fix linter error
Browse files Browse the repository at this point in the history
The linter is complaining that ids.go is incorrectly formatted.

Signed-off-by: Marcelo E. Magallon <marcelo.magallon@grafana.com>
  • Loading branch information
mem committed Mar 9, 2023
1 parent 7ef068c commit c2048ff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions pkg/pb/synthetic_monitoring/ids.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,8 +40,8 @@ import (
// They are constructed by multiplying the original ID by 1000 (MaxRegions)
// and then adding a unique regionID (<1000).
//
// For example, check with ID 1234 in region 3 will have a global ID of:
// -1234003
// For example, check with ID 1234 in region 3 will have a global ID of
// -1234003.
//
// This reduces the space of IDs available by a factor of 1000, from 63 bits
// to 53, which is still more than enough.
Expand Down

0 comments on commit c2048ff

Please sign in to comment.