Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit f0ca466

Browse files
committed
make lint/fmt
Signed-off-by: Danny Kopping <[email protected]>
1 parent 056d1a5 commit f0ca466

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

coderd/notifications/notifier.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,8 @@ type notifier struct {
4646
}
4747

4848
func newNotifier(cfg codersdk.NotificationsConfig, id uuid.UUID, log slog.Logger, db Store, runtimeCfg runtimeconfig.Manager,
49-
hr map[database.NotificationMethod]Handler, metrics *Metrics, clock quartz.Clock) *notifier {
49+
hr map[database.NotificationMethod]Handler, metrics *Metrics, clock quartz.Clock,
50+
) *notifier {
5051
tick := clock.NewTicker(cfg.FetchInterval.Value(), "notifier", "fetchInterval")
5152
return &notifier{
5253
id: id,

0 commit comments

Comments
 (0)