aboutsummaryrefslogtreecommitdiff
path: root/src/modules/git
diff options
context:
space:
mode:
Diffstat (limited to 'src/modules/git')
-rw-r--r--src/modules/git/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/modules/git/index.ts b/src/modules/git/index.ts
index 81e79af0..791ea06b 100644
--- a/src/modules/git/index.ts
+++ b/src/modules/git/index.ts
@@ -62,7 +62,6 @@ export class GitModule {
* @param options.eol Choose the end of line character to use. Defaults to 'CRLF'.
* 'LF' = '\n',
* 'CRLF' = '\r\n'
- *
* @param options.refDate The date to use as reference point for the commit. Defaults to `new Date()`.
*
* @example