From d7ee32ebe6a2e1f12691f02e0aafec864ac3a9f6 Mon Sep 17 00:00:00 2001 From: Github Actions Date: Mon, 29 Mar 2021 15:03:22 +0000 Subject: [PATCH] ci(chore): Fix stylings --- coolq/api.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/coolq/api.go b/coolq/api.go index 47df5a8..df321c4 100644 --- a/coolq/api.go +++ b/coolq/api.go @@ -1398,5 +1398,3 @@ func limitedString(str string) string { } return string(limited) + " ..." } - -