Fix syntax error.

pull/1254/head
Ben Johnson 2014-12-21 10:40:39 -07:00
parent b3a4d0aca7
commit 4d0cf4e47b
1 changed files with 1 additions and 1 deletions

View File

@ -726,7 +726,7 @@ type Measurement struct {
}
// String returns a string representation of the measurement.
func (m *Measurement) String() string { return QuoteIdent(s.Name) }
func (m *Measurement) String() string { return QuoteIdent(m.Name) }
// Join represents two datasources joined together.
type Join struct {