Skip to content

Commit

Permalink
fix-checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
aruis committed Oct 28, 2024
1 parent dd7444f commit 5e9fb56
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
import static net.ximatai.muyun.platform.controller.NoticeController.MODULE_ALIAS;

@Tag(name = "公告发布")
@Path(BASE_PATH + "/"+MODULE_ALIAS)
@Path(BASE_PATH + "/" + MODULE_ALIAS)
public class NoticeController extends ScaffoldForPlatform implements IModuleRegisterAbility {
public final static String MODULE_ALIAS = "notice";

Expand Down

0 comments on commit 5e9fb56

Please sign in to comment.