Skip to content

Commit f8624ec

Browse files
committed
revert unnecessary diff
1 parent e833288 commit f8624ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dotnet/src/webdriver/Command.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,7 @@ public byte[] GetParametersAsUtf8Bytes()
123123
/// <returns>A string representation of the Command Object</returns>
124124
public override string ToString()
125125
{
126-
return $"[{this.SessionId}]: {this.Name} Parameters: {this.ParametersAsJsonString}";
126+
return $"[{this.SessionId}]: {this.Name} {this.ParametersAsJsonString}";
127127
}
128128

129129
/// <summary>

0 commit comments

Comments
 (0)