Skip to content

Commit c63bddd

Browse files
committed
fix spacing
1 parent f7a9984 commit c63bddd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

articles/azure-app-configuration/enable-dynamic-configuration-dotnet-core.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ builder.AddAzureAppConfiguration(options =>
5757
{
5858
refresh.RegisterAll()
5959
.SetRefreshInterval(TimeSpan.FromSeconds(10));
60-
})
60+
})
6161

6262
_refresher = options.GetRefresher();
6363
});

0 commit comments

Comments
 (0)