From 62b1aed46b108b08b25fcedf8d2606870cffb233 Mon Sep 17 00:00:00 2001 From: ST-DDT Date: Mon, 17 Apr 2023 10:13:48 +0200 Subject: chore: consistent jsdocs tag formatting (#2056) --- src/modules/git/index.ts | 1 - 1 file changed, 1 deletion(-) (limited to 'src/modules/git') 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 -- cgit v1.2.3