Fix syntax error.
parent
b3a4d0aca7
commit
4d0cf4e47b
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue