Skip to content

Commit

Permalink
fix(server): add missing closing brace
Browse files Browse the repository at this point in the history
  • Loading branch information
thomashilzendegen committed May 14, 2024
1 parent 19bac4e commit 527580a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ public ModelFactory(ILogger<ModelFactory<TAcknowledge>> logger, IConnection conn
}

connection.ConnectionShutdown += (_, args)
=> _logger.LogDebug(25101, "Connection closed ({ShutdownReason}", args.ReplyText);
=> _logger.LogDebug(25101, "Connection closed ({ShutdownReason})", args.ReplyText);
}

/// <summary>
Expand Down

0 comments on commit 527580a

Please sign in to comment.