From ca4237e46295c1b77c2842afe9959eaf750c05df Mon Sep 17 00:00:00 2001 From: Lena Fuhrimann <6780471+cloudlena@users.noreply.github.com> Date: Tue, 13 Jun 2023 18:34:54 +0200 Subject: [PATCH] Fix test --- internal/app/s3manager/s3.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/internal/app/s3manager/s3.go b/internal/app/s3manager/s3.go index 1f9d01c..801a7ba 100644 --- a/internal/app/s3manager/s3.go +++ b/internal/app/s3manager/s3.go @@ -22,5 +22,5 @@ type S3 interface { type SSEType struct { Type string - Key string -} \ No newline at end of file + Key string +}