Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
cijothomas committed Apr 14, 2022
1 parent ac4ffec commit 2ac1f5e
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -363,7 +363,9 @@ public void SerializationTestWithILoggerLogMethod(bool includeFormattedMessage)
{
File.Delete(path);
}
catch { }
catch
{
}
}
}

Expand Down

0 comments on commit 2ac1f5e

Please sign in to comment.