Skip to content

Commit d7e8b25

Browse files
committed
Formatting
1 parent 0d19300 commit d7e8b25

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/metricscache/metricscache.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,8 @@ var (
2727
timezoneOffsets = []int{
2828
0, // UTC - is listed first intentionally.
2929
-12, -11, -10, -9, -8, -7, -6, -5, -4, -3, -2, -1,
30-
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12}
30+
1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12,
31+
}
3132
)
3233

3334
// Cache holds the template metrics.

0 commit comments

Comments
 (0)