Skip to content

Commit 47fe637

Browse files
committed
Fix spacing
1 parent d4272d2 commit 47fe637

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

src/Servers/Kestrel/Kestrel/test/KestrelConfigurationBuilderTests.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -477,7 +477,7 @@ public void Latin1RequestHeadersReadFromConfig()
477477
Assert.True(options.Latin1RequestHeaders);
478478
}
479479

480-
[Fact]
480+
[Fact]
481481
public void Reload_IdentifiesEndpointsToStartAndStop()
482482
{
483483
var serverOptions = CreateServerOptions();

src/Servers/Kestrel/samples/SampleApp/appsettings.Development.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"Kestrel": {
33
"Endpoints": {
4-
"Foo": "bar",
54
"NamedEndpoint": { "Url": "http://localhost:6000" },
65
"NamedHttpsEndpoint": {
76
"Url": "https://localhost:6443",

0 commit comments

Comments
 (0)