Skip to content

Commit 20bc8b7

Browse files
committed
dotnet format
1 parent eafb9e6 commit 20bc8b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Elastic.Markdown/Myst/CodeBlocks/SupportedLanguages.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ public static class CodeBlock
185185
public static HashSet<string> Languages => new HashSet<string>(
186186
LanguageMapping.Keys
187187
.Concat(LanguageMapping.Values
188-
.SelectMany(v=>v.Split(',').Select(a => a.Trim()))
188+
.SelectMany(v => v.Split(',').Select(a => a.Trim()))
189189
.Where(v => !string.IsNullOrWhiteSpace(v))
190190
)
191191
, StringComparer.OrdinalIgnoreCase

0 commit comments

Comments
 (0)