From 738d63ec3a02a86e93011f2b3b41267be30e7484 Mon Sep 17 00:00:00 2001 From: ruki Date: Mon, 16 Mar 2026 23:42:00 +0800 Subject: format codes --- xmake/rules/csharp/clean.lua | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'xmake/rules/csharp/clean.lua') diff --git a/xmake/rules/csharp/clean.lua b/xmake/rules/csharp/clean.lua index ce683268c..78631738a 100644 --- a/xmake/rules/csharp/clean.lua +++ b/xmake/rules/csharp/clean.lua @@ -18,8 +18,9 @@ -- @file clean.lua -- +-- imports import("target.action.clean", {alias = "_do_clean_target"}) -import("modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"}) +import("rules.modules.csharp_common", {rootdir = os.scriptdir(), alias = "csharp_common"}) function main(target, opt) _do_clean_target(target) -- cgit v1.3.1