Skip to content

Commit d3d4005

Browse files
committed
fix lint
1 parent 7db6f51 commit d3d4005

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/client.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ WantedBy=user.target
8989
notificationTimer := systemd.ServiceConfig{
9090
Name: "work-notification.timer",
9191
Start: true,
92-
Content: fmt.Sprintf(`[Unit]
92+
Content: `[Unit]
9393
Description=Notify when not tracking tasks every 10 minutes
9494
9595
[Timer]
@@ -99,7 +99,7 @@ Persistent=true
9999
100100
[Install]
101101
WantedBy=timers.target
102-
`),
102+
`,
103103
}
104104

105105
return &SystemdConfig{

0 commit comments

Comments
 (0)