8000 proper go indentation · zerolugithub/rabbitmq-tutorials@f4c0895 · GitHub
[go: up one dir, main page]

Skip to content

Commit f4c0895

Browse files
committed
proper go indentation
1 parent d465702 commit f4c0895

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/send.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,6 @@ func main() {
4343
ContentType: "text/plain",
4444
Body: []byte(body),
4545
})
46-
log.Printf(" [x] Sent %s", body)
46+
log.Printf(" [x] Sent %s", body)
4747
failOnError(err, "Failed to publish a message")
4848
}

0 commit comments

Comments
 (0)
0