From 4965882da822f624244ff328f78476b4c00306be Mon Sep 17 00:00:00 2001 From: Phil Schneider Date: Mon, 24 Jul 2023 20:33:40 +0200 Subject: [PATCH] chore: fix formatting issues --- jihub.Base/JihubOptions.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/jihub.Base/JihubOptions.cs b/jihub.Base/JihubOptions.cs index ec2c86c..f8a5b7d 100644 --- a/jihub.Base/JihubOptions.cs +++ b/jihub.Base/JihubOptions.cs @@ -86,7 +86,7 @@ public class JihubOptions HelpText = "If set the children will be linked in the body.", Default = false)] public bool LinkChildren { get; set; } - + [Option(longName: "linkRelated", Required = false, HelpText = "If set the related issues will be linked in the comments.", Default = false)]