From 300293b85bf0bc8e7c21aad6bd491e9583ab67c3 Mon Sep 17 00:00:00 2001 From: ahdekkers Date: Sun, 15 May 2022 19:33:53 +0100 Subject: [PATCH] cleaned imports --- service/matrix/matrix.go | 1 - 1 file changed, 1 deletion(-) diff --git a/service/matrix/matrix.go b/service/matrix/matrix.go index ff939bb..4598d74 100644 --- a/service/matrix/matrix.go +++ b/service/matrix/matrix.go @@ -5,7 +5,6 @@ import ( "github.com/matrix-org/gomatrix" "github.com/urfave/cli/v2" "strings" - //"github.com/urfave/cli/v2" ) type matrixPingMe struct {