Skip to content

Commit cb18b2c

Browse files
committed
dotnet format
1 parent 8f61f62 commit cb18b2c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/Elastic.Markdown/DocumentationGenerator.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,8 @@ await Parallel.ForEachAsync(DocumentationSet.Files, ctx, async (file, token) =>
102102
// if we hit this from too many files fail hard
103103
if (currentCount <= 25)
104104
Context.Collector.EmitError(file.RelativePath, "Uncaught exception while processing file", e);
105-
else throw;
105+
else
106+
throw;
106107
}
107108

108109
if (processedFiles % 1_000 == 0)

0 commit comments

Comments
 (0)