fix: Remove excessive indentation in string formatting for UseCaseImpl text block

This commit is contained in:
jade
2026-07-27 15:30:58 +09:00
parent b6d4ab1bec
commit d4554ce34f

View File

@@ -294,7 +294,7 @@ public class ToolScaffolder {
bizPackage, baseName,
bizPackage, baseName,
BASE_PACKAGE, mciGroupPath.replace("/", "."), interfaceId,
(clientPrefixCap.isEmpty() ? "" : " import " + BASE_PACKAGE + "." + mciGroupPath.replace("/", ".") + ".Mci" + clientPrefixCap + "Client;\n"),
(clientPrefixCap.isEmpty() ? "" : "import " + BASE_PACKAGE + "." + mciGroupPath.replace("/", ".") + ".Mci" + clientPrefixCap + "Client;\n"),
bizPackage,
baseName,
author,