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

This commit is contained in:
Dreaded_X 2022-09-16 22:35:02 +02:00
parent 0936242a41
commit c8a61c0a8a
Signed by: Dreaded_X
GPG Key ID: 76BDEC4E165D8AD9

View File

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