Skip to content

Commit

Permalink
make ktlint happy
Browse files Browse the repository at this point in the history
  • Loading branch information
Steffen Lien committed Jan 25, 2022
1 parent 988774a commit 6243d9e
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ class KafkaFactory(private val db: DatabaseFactory) {
stringDeserializer(),
stringDeserializer(),
Consumer<ConsumerRecord<String, String>> { logTopicContent(it) }
)}
)
}
}

// Temporary print out until we actually implement something with the events.
Expand Down

0 comments on commit 6243d9e

Please sign in to comment.