Skip to content

Commit 4474de2

Browse files
authored
Apply suggestions from code review
1 parent a3bffbd commit 4474de2

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

aspnetcore/migration/fx-to-core/areas/session/samples/remote/Global.asax.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@ protected void Application_Start()
1414
.AddRemoteAppServer(options => options.ApiKey = ConfigurationManager.AppSettings["RemoteAppApiKey"])
1515
.AddSessionServer();
1616
}
17-
}
17+
}

aspnetcore/migration/fx-to-core/areas/session/samples/serialization/Program_Custom.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@ public bool TrySerialize(string key, object? value, out byte[] bytes)
2323
// Custom serialization logic
2424
}
2525
}
26-
// </snippet_CustomSerializer>
26+
// </snippet_CustomSerializer>

aspnetcore/zone-pivot-groups.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,4 +125,4 @@ groups:
125125
- id: manual
126126
title: Manually
127127
- id: aspire
128-
title: Aspire
128+
title: Aspire

0 commit comments

Comments
 (0)