Skip to content

Commit cfc17ad

Browse files
committed
extra whitespace
1 parent a81d042 commit cfc17ad

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Services/SessionState/JsonSessionKeySerializer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ public JsonSessionKeySerializer(IOptions<JsonSessionSerializerOptions> options,
2222
[LoggerMessage(0, LogLevel.Error, "Unexpected JSON serialize/deserialization error for '{Key}' expected type '{Type}'")]
2323
private partial void LogException(Exception e, string key, string type);
2424

25-
2625
[LoggerMessage(1, LogLevel.Warning, "Session key '{Key}' is registered as {RegisteredType} but was actually {FoundType}")]
2726
private partial void UnexpectedType(string key, Type registeredType, Type foundType);
2827

0 commit comments

Comments
 (0)