Skip to content

Commit 609316d

Browse files
committed
Swapped to Fprint
Signed-off-by: David Gannon <[email protected]>
1 parent 06b73f4 commit 609316d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/docker-compose/schema.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ import (
99
var schema string
1010

1111
func (m *Mixin) PrintSchema() {
12-
fmt.Fprintf(m.Out, schema)
12+
fmt.Fprint(m.Out, schema)
1313
}

0 commit comments

Comments
 (0)