Skip to content

Commit f3e609a

Browse files
committed
Fix linting errors (extra whitespace)
1 parent 9b44e21 commit f3e609a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/Elastic.Markdown/Myst/InlineParsers/DiagnosticLinkInlineParser.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -64,9 +64,9 @@ public override bool Match(InlineProcessor processor, ref StringSlice slice)
6464
if (!context.Configuration.ExternalLinkHosts.Contains(baseDomain))
6565
{
6666
processor.EmitWarning(
67-
line,
68-
column,
69-
length,
67+
line,
68+
column,
69+
length,
7070
$"External URI '{uri}' is not allowed. Add '{baseDomain}' to the " +
7171
$"'external_hosts' list in {context.Configuration.SourceFile} to " +
7272
"allow links to this domain.");

0 commit comments

Comments
 (0)