Skip to content

Commit

Permalink
lint fix
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Rubin <jrubin@zvelo.com>
  • Loading branch information
Joshua Rubin committed Feb 28, 2018
1 parent 43aa15c commit f1ee3a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mock/request.go
Original file line number Diff line number Diff line change
Expand Up @@ -185,7 +185,7 @@ func parseOpts(ctx context.Context, url string, content bool, ds []msg.DataSetTy
}

for _, t := range ds {
switch msg.DataSetType(t) {
switch t {
case msg.CATEGORIZATION:
if r.ResponseDataset == nil {
r.ResponseDataset = &msg.DataSet{}
Expand Down

0 comments on commit f1ee3a7

Please sign in to comment.