From a3d8e9c55ca4bc6250aa3b03f719f673e16de916 Mon Sep 17 00:00:00 2001 From: root Date: Fri, 24 Apr 2026 17:44:02 +0800 Subject: [PATCH] style: apply gofmt formatting --- web/controller/api.go | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/web/controller/api.go b/web/controller/api.go index e7bfff42..b02af50d 100644 --- a/web/controller/api.go +++ b/web/controller/api.go @@ -12,10 +12,10 @@ import ( // APIController handles the main API routes for the 3x-ui panel, including inbounds and server management. type APIController struct { BaseController - inboundController *InboundController - serverController *ServerController - userController *UserController - nodeController *NodeController + inboundController *InboundController + serverController *ServerController + userController *UserController + nodeController *NodeController Tgbot service.Tgbot }