Formatting

This commit is contained in:
Thorsten Sommer 2025-05-29 15:01:11 +02:00
parent d2a6223493
commit 0a94d035fd
Signed by: tsommer
GPG Key ID: 371BBA77A02C0108

View File

@ -185,7 +185,8 @@ public static partial class Pandoc
private static void ClearFolder(string path) private static void ClearFolder(string path)
{ {
if (!Directory.Exists(path)) return; if (!Directory.Exists(path))
return;
try try
{ {