Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
corylanou committed May 20, 2015
1 parent 8daec06 commit f21f721
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion influxql/engine.go
Original file line number Diff line number Diff line change
Expand Up @@ -702,7 +702,7 @@ func (m *MapReduceJob) processRawResults(values []*rawQueryMapOutput) *Row {
selectNames[0], selectNames[i] = selectNames[i], selectNames[0]
}
hasTime = true
break
break
}
}

Expand Down

0 comments on commit f21f721

Please sign in to comment.