Remove empty parenthesis

This commit is contained in:
Dean Herbert 2021-02-02 16:11:13 +09:00
parent a76314a876
commit 3002fef05e
1 changed files with 1 additions and 1 deletions

View File

@ -272,7 +272,7 @@ private void sendMessage()
private void sendLocalMessage()
{
AddStep("send local echo", () => testChannel.AddLocalEcho(new LocalEchoMessage()
AddStep("send local echo", () => testChannel.AddLocalEcho(new LocalEchoMessage
{
Sender = longUsernameUser,
Content = "This is a local echo message.",