Skip to content

Commit

Permalink
empty line
Browse files Browse the repository at this point in the history
  • Loading branch information
cbix committed Sep 12, 2016
1 parent 6c14ae7 commit fa24681
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ func genericCmd(cmd string, paramsList []interface{}) {
case "c":
sid := paramsList[0].(string)
bindVals["SID"] = []string{sid}
msgPrintln(fmt.Sprintln("option_sid", sid))
msgPrintln(fmt.Sprint("option_sid ", sid))
case "S":
gsessionid := paramsList[0].(string)
bindVals["gsessionid"] = []string{gsessionid}
Expand Down

0 comments on commit fa24681

Please sign in to comment.