style: use consistent .Invoke style for action invocation

This commit is contained in:
Stevan Freeborn
2026-04-02 20:49:23 -05:00
parent 95e2cf5916
commit 258c3dfed5
@@ -100,7 +100,7 @@ public static class SecureConfigExtensions
var configBuilder = new SecureConfigBuilder(); var configBuilder = new SecureConfigBuilder();
configure(configBuilder); configure.Invoke(configBuilder);
if (configBuilder.StorageProvider is null) if (configBuilder.StorageProvider is null)
{ {