Add missing newline

This commit is contained in:
Tulir Asokan 2021-10-26 17:24:48 +03:00
commit 99e607dda7

View file

@ -46,4 +46,4 @@ func (eventID EventID) String() string {
func (batchID BatchID) String() string {
return string(batchID)
}
}