From 99e607dda77ec0eb4a0cf04cb2e78f2d01d99267 Mon Sep 17 00:00:00 2001 From: Tulir Asokan Date: Tue, 26 Oct 2021 17:24:48 +0300 Subject: [PATCH] Add missing newline --- id/opaque.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/id/opaque.go b/id/opaque.go index 0ec37da0..fd17a8db 100644 --- a/id/opaque.go +++ b/id/opaque.go @@ -46,4 +46,4 @@ func (eventID EventID) String() string { func (batchID BatchID) String() string { return string(batchID) -} \ No newline at end of file +}