Fixed missing newline
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
2022-09-16 22:35:02 +02:00
parent 0936242a41
commit c8a61c0a8a

View File

@@ -194,7 +194,7 @@ events:
for {
select {
case present := <-presence:
fmt.Printf("Present: %t", present)
fmt.Printf("Present: %t\n", present)
hue.updateFlag(41, present)
ntfy.notifyPresence(present)