From 279f11d3cefe124edee73a884eede3ac42f58e18 Mon Sep 17 00:00:00 2001 From: Imbus <> Date: Tue, 24 Jun 2025 09:42:54 +0200 Subject: [PATCH] Formatting --- src/types.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/types.go b/src/types.go index b15c552..59074f2 100644 --- a/src/types.go +++ b/src/types.go @@ -11,7 +11,7 @@ import ( ) type Config struct { - Repos []RepoConfig `json:"repos"` + Repos []RepoConfig `json:"repos"` Interval int `json:"interval"` // Polling interval in seconds NtfyTopic string `json:"ntfy_topic"` }