Skip to content

Commit a63a7ff

Browse files
committed
format
1 parent 926014c commit a63a7ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ public override bool Match(InlineProcessor processor, ref StringSlice slice)
6464

6565
if (url.Contains("{{") || url.Contains("}}"))
6666
{
67-
processor.EmitWarning(line, column, length,"The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.");
67+
processor.EmitWarning(line, column, length, "The url contains a template expression. Please do not use template expressions in links. See https://github.com/elastic/docs-builder/issues/182 for further information.");
6868
return match;
6969
}
7070

0 commit comments

Comments
 (0)