Skip to content

Commit

Permalink
dotnet format
Browse files Browse the repository at this point in the history
  • Loading branch information
Mpdreamz committed Dec 12, 2023
1 parent 3a63c25 commit adaa6ee
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,8 @@ public static StartupHookLogger Create()

public void WriteLine(string message)
{
if (!_enabled) return;
if (!_enabled)
return;

try
{
Expand Down

0 comments on commit adaa6ee

Please sign in to comment.