Skip to content

Commit d9a8243

Browse files
author
Jan Zahradník
committed
space
1 parent fd6ba4d commit d9a8243

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Serilog.Settings.Configuration/Settings/Configuration/ConfigurationReader.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ internal static MethodInfo SelectConfigurationMethod(IEnumerable<MethodInfo> can
382382
if (!methodsByName.Any())
383383
throw new MissingMethodException($"Unable to find a method called {name}. Candidate methods are:{Environment.NewLine}{string.Join(Environment.NewLine, candidateMethods)}");
384384

385-
string msg = $"Unable to find a method called {name}"
385+
string msg = $"Unable to find a method called {name} "
386386
+ (suppliedArgumentValues.Any()
387387
? "for supplied arguments: " + string.Join(", ", suppliedArgumentValues.Keys)
388388
: "with no supplied arguments")

0 commit comments

Comments
 (0)