Update byteio_writer.go

This commit is contained in:
Jeff Regan
2021-06-07 12:25:04 -07:00
committed by GitHub
parent ed3200e4f5
commit d0bc25f339

View File

@@ -157,4 +157,4 @@ func (w ByteWriter) shouldJSONEncodeSingleBareNode(nodes []*yaml.RNode) bool {
} }
} }
return false return false
} }