mirror of
https://github.com/mikefarah/yq.git
synced 2026-09-01 14:14:52 +08:00
spelling
This commit is contained in:
@@ -45,7 +45,6 @@ func (te *tomlEncoder) Encode(writer io.Writer, node *CandidateNode) error {
|
||||
return err
|
||||
}
|
||||
|
||||
// Apply colorization if enabled
|
||||
if te.prefs.ColorsEnabled {
|
||||
colorized := te.colorizeToml(buf.Bytes())
|
||||
_, err := writer.Write(colorized)
|
||||
|
||||
Reference in New Issue
Block a user