Cleaning up exposed public api

This commit is contained in:
Mike Farah
2021-02-11 10:58:40 +11:00
parent e28df367eb
commit 49ac2bac13
6 changed files with 79 additions and 79 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ func (ye *yamlEncoder) Encode(node *yaml.Node) error {
}
if ye.colorise {
return ColorizeAndPrint(tempBuffer.Bytes(), ye.destination)
return colorizeAndPrint(tempBuffer.Bytes(), ye.destination)
}
return nil
}