gofmt: remove trailing blank lines in client.go

This commit is contained in:
2026-08-21 15:25:06 +08:00
parent b9a3f8d5cd
commit 0ed101eabd
-2
View File
@@ -248,5 +248,3 @@ func randomAlnum(n int) string {
} }
return string(b) return string(b)
} }