Skip to content

Commit

Permalink
Format @pauldix code
Browse files Browse the repository at this point in the history
  • Loading branch information
jvshahid committed Aug 27, 2014
1 parent 262d116 commit 69df51a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion migration/level_db_shard.go
Original file line number Diff line number Diff line change
Expand Up @@ -631,7 +631,7 @@ func (self *LevelDbShard) getColumnNamesForSeries(db, series string) []string {
}

func (self *LevelDbShard) hasReadAccess(querySpec *parser.QuerySpec) bool {
for series, _ := range querySpec.SeriesValuesAndColumns() {
for series := range querySpec.SeriesValuesAndColumns() {
if _, isRegex := series.GetCompiledRegex(); !isRegex {
if !querySpec.HasReadAccess(series.Name) {
return false
Expand Down

0 comments on commit 69df51a

Please sign in to comment.