Skip to content

Commit 0a0e2a3

Browse files
Formatting
1 parent 59ebc58 commit 0a0e2a3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/ApiHealthCheck.Console/Loggers/HealthCheckManagerLogger.cs

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ public static partial void ApiStatusMessage(
2727
EventId = 4,
2828
Level = LogLevel.Error,
2929
Message = "Mail sending error")]
30-
public static partial void MailSendingError(this ILogger<HealthCheckManager> logger, Exception ex);
30+
public static partial void MailSendingError(
31+
this ILogger<HealthCheckManager> logger, Exception ex);
3132
}
3233
}

0 commit comments

Comments
 (0)