Skip to content

Commit b2088af

Browse files
committed
Patched Fprintf call
Signed-off-by: David Gannon <19214156+dgannon991@users.noreply.github.com>
1 parent 2a7cc8c commit b2088af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/aws/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)