chore: run go fmt to fix formatting issues

This commit is contained in:
ZhouYongyou
2025-11-04 17:39:00 +08:00
parent 5e1ddae348
commit 589f90feb0
5 changed files with 69 additions and 70 deletions

View File

@@ -1726,4 +1726,3 @@ func (s *Server) handleGetPublicTraderConfig(c *gin.Context) {
c.JSON(http.StatusOK, result) c.JSON(http.StatusOK, result)
} }