From 79a194fbb0d6138c25a47ee82d1d4335a526c595 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 27 Aug 2023 05:21:40 +0000 Subject: [PATCH] ci(chore): Fix stylings --- cmd/gocq/login.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/gocq/login.go b/cmd/gocq/login.go index 4114c69..4feab4f 100644 --- a/cmd/gocq/login.go +++ b/cmd/gocq/login.go @@ -259,4 +259,4 @@ func fetchCaptcha(id string) string { return g.Get("ticket").String() } return "" -} \ No newline at end of file +}