Skip to content

Commit

Permalink
chore: v4.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
OBKoro1 committed May 14, 2022
1 parent 927a5a5 commit ab8561f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Binary file not shown.
8 changes: 4 additions & 4 deletions src/models/createAnnotation.js
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
/*
* Author: OBKoro1
* Date: 2020-02-05 14:27:10
* LastEditors : OBKoro1
* LastEditTime : 2022-02-26 23:52:46
* LastEditors : OBKoro1 [email protected]
* LastEditTime : 2022-05-14 17:29:28
* FilePath : /koro1FileHeader/src/models/createAnnotation.js
* Description: 在对应的文件添加头部/函数注释
* https://github.com/OBKoro1
Expand Down Expand Up @@ -76,9 +76,9 @@ const functionAnnotation = () => {
config,
data // 函数注释模板数据
}
matchFunctionParams(config, matchFunctionParamsOptions)
const newData = matchFunctionParams(config, matchFunctionParamsOptions)
const functionTplStr = new languageOutput.FunctionTplStr(
data,
newData,
fileEnd,
lineSpace,
nextLine
Expand Down

0 comments on commit ab8561f

Please sign in to comment.