Skip to content

Commit 35809c7

Browse files
committed
模板错了
1 parent b2be842 commit 35809c7

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

resources/templates/codeonly.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,9 +10,9 @@
1010
<%=comment.singleLine%> @lc code=end
1111

1212
<%=comment.singleLine%> @lcpr-div-debug-arg-start
13-
<%=comment.singleLine%> funName= ""
13+
<%=comment.singleLine%> funName=
1414
<%=comment.singleLine%> paramTypes= []
15-
<%=comment.singleLine%> returnType= ""
15+
<%=comment.singleLine%> returnType=
1616
<%=comment.singleLine%> @lcpr-div-debug-arg-end
1717

1818
<% if(allCaseList && allCaseList.length > 0){ %>

resources/templates/detailed.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@
2222
<%=comment.singleLine%> @lc code=end
2323

2424
<%=comment.singleLine%> @lcpr-div-debug-arg-start
25-
<%=comment.singleLine%> funName= ""
25+
<%=comment.singleLine%> funName=
2626
<%=comment.singleLine%> paramTypes= []
27-
<%=comment.singleLine%> returnType= ""
27+
<%=comment.singleLine%> returnType=
2828
<%=comment.singleLine%> @lcpr-div-debug-arg-end
2929

3030
<% if(allCaseList && allCaseList.length > 0){ %>

0 commit comments

Comments
 (0)