Skip to content

Commit

Permalink
remove unnecessary return
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffprestes committed Mar 30, 2017
1 parent 1fc3770 commit bd4b5c8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion nlpnet2go.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ func execNlpnetCommand(attribts *attributes, text2analize string) string {
} else {
return string(cmdReader)
}
return ""

}

Expand Down

0 comments on commit bd4b5c8

Please sign in to comment.