From aab4d683ec3c0507c5dd69cb078241a619d83c52 Mon Sep 17 00:00:00 2001 From: Eivind Siqveland Larsen Date: Sat, 25 May 2024 21:25:25 +0200 Subject: [PATCH] Update notification.go --- notification.go | 1 - 1 file changed, 1 deletion(-) diff --git a/notification.go b/notification.go index 94a0750..175bf63 100644 --- a/notification.go +++ b/notification.go @@ -57,7 +57,6 @@ const ( UrgencyNormal Urgency = 1 UrgencyCritical Urgency = 2 ) -} // Notification holds all information needed for creating a notification type Notification struct {