Minor formatting fix

v2
Vasile Popescu 4 years ago
parent 9339a014da
commit 684ac5fce5

@ -164,7 +164,7 @@ func (c *ttyShareClient) Run() (err error) {
) )
if err != nil { if err != nil {
log.Errorf("Error parsing remote message: %s", err.Error()) log.Errorf("Error parsing remote message: %s", err.Error())
if err == io.EOF { if err == io.EOF {
// Remote WS connection closed // Remote WS connection closed
return return

Loading…
Cancel
Save