aboutsummaryrefslogtreecommitdiff
path: root/src/modules/git
diff options
context:
space:
mode:
authorST-DDT <[email protected]>2023-04-17 10:13:48 +0200
committerGitHub <[email protected]>2023-04-17 08:13:48 +0000
commit62b1aed46b108b08b25fcedf8d2606870cffb233 (patch)
tree8626a5101dfb7a63752397f8e02d914ed1c5c225 /src/modules/git
parent153e0ca29742c42814a97117f7d976f23e93c0d4 (diff)
downloadfaker-62b1aed46b108b08b25fcedf8d2606870cffb233.tar.xz
faker-62b1aed46b108b08b25fcedf8d2606870cffb233.zip
chore: consistent jsdocs tag formatting (#2056)
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