Skip to content

Commit f50f257

Browse files
committed
lint
1 parent b99e208 commit f50f257

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

coderd/templates.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,7 @@ import (
2626
)
2727

2828
var (
29-
maxTTLDefault = 24 * 7 * time.Hour
30-
minAutostartIntervalDefault = time.Hour
29+
maxTTLDefault = 24 * 7 * time.Hour
3130
)
3231

3332
// Auto-importable templates. These can be auto-imported after the first user

0 commit comments

Comments
 (0)