Skip to content

Commit 3b576a4

Browse files
committed
fix whitespace
1 parent fb16904 commit 3b576a4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

aspnetcore/migration/fx-to-core/inc/remote-app-setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -259,7 +259,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
259259
+ #if NET
260260
.AddAspNetCoreInstrumentation()
261261
+ #else
262-
+ .AddAspNetInstrumentation()
262+
+ .AddAspNetInstrumentation()
263263
+ #endif
264264
.AddSqlClientInstrumentation()
265265
.AddHttpClientInstrumentation()
@@ -271,7 +271,7 @@ To enable proxying from the ASP.NET Core application to the ASP.NET Framework ap
271271
+ #if NET
272272
.AddAspNetCoreInstrumentation()
273273
+ #else
274-
+ .AddAspNetInstrumentation()
274+
+ .AddAspNetInstrumentation()
275275
+ #endif
276276
.AddSqlClientInstrumentation()
277277
.AddHttpClientInstrumentation();

0 commit comments

Comments
 (0)