Skip to content

Commit

Permalink
fix lint findings
Browse files Browse the repository at this point in the history
  • Loading branch information
vzayts committed Dec 12, 2023
1 parent 4c698ab commit d146b40
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions metadata.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,6 @@ func (md *MetadataService) AwaitDataSourceAvailable(dataSourceName string) error
return errors.New("AwaitDataSourceAvailable timeout")
}
}
return nil
}

//go:embed sql/datasource_records.sql
Expand Down Expand Up @@ -88,5 +87,4 @@ func (md *MetadataService) AwaitRecordsCount(dataSourceName string, recordsCount
return errors.New("AwaitRecordsCount timeout")
}
}
return nil
}

0 comments on commit d146b40

Please sign in to comment.