Skip to content

Commit

Permalink
remove whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
nytian authored Jun 26, 2024
1 parent e386417 commit 0c6ed16
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ private bool IfExists(IConfigurationSection section)
public IConfigurationSection Resolve(string name)
{
// This implementation is a replication of the WEbJobsConnectionInfo Provider used for the internal durable client.
// The original code can be found at:
// The original code can be found at:
// https://github.com/Azure/azure-functions-durable-extension/blob/dev/src/WebJobs.Extensions.DurableTask/WebJobsConnectionInfoProvider.cs#L37.
// We need to first check the configuration section with the AzureWebJobs prefix, as this is the default name within the Functions app.
string prefixedConnectionStringName = "AzureWebJobs" + name;
Expand Down

0 comments on commit 0c6ed16

Please sign in to comment.