Remove leading/trailing newlines following whitespace linter recommendation

This commit is contained in:
Arthur Mello
2019-12-05 22:23:35 -03:00
parent de4d50386d
commit f2c7066088
4 changed files with 0 additions and 6 deletions

View File

@@ -12,7 +12,6 @@ import (
)
func (l *Walker) walkAssociativeSequence() (*yaml.RNode, error) {
// may require initializing the dest node
dest, err := l.Sources.setDestNode(l.VisitList(l.Sources, AssociativeList))
if dest == nil || err != nil {