Skip to content

Commit

Permalink
fix: style to trigger bump
Browse files Browse the repository at this point in the history
  • Loading branch information
ArneD authored Sep 23, 2024
1 parent 7725c5e commit 2c6a9b3
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,7 @@ public static async Task Main(string[] args)
{
var distributedLockTableName = configuration.GetValue<string>("DistributedLock:LockName")
?? throw new Exception("No 'LockName' configuration found");

var distributedLockOptions = DistributedLockOptions.LoadFromConfiguration(configuration);
var distributedLock = new DistributedLock<Program>(distributedLockOptions, distributedLockTableName, loggerFactory.CreateLogger<Program>());

Expand Down

0 comments on commit 2c6a9b3

Please sign in to comment.