hcl: Consistent formatting

Nit picks.
This commit is contained in:
James Shubin
2017-06-16 23:01:46 -04:00
parent 8102e0a468
commit 5a3bd3ca67
2 changed files with 6 additions and 6 deletions

View File

@@ -173,7 +173,7 @@ type Send struct {
Changed bool // set to true if this key was updated, read only!
}
// SetRecv sets the Res Recv field to given map of Send structs
// SetRecv sets the Res Recv field to given map of Send structs.
func (obj *BaseRes) SetRecv(recv map[string]*Send) {
obj.Recv = recv
}