From 54bc3d603c1ca534abc37343968f3a6d6d8f31b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Philipp=20H=C3=A4felfinger?= Date: Sat, 23 Mar 2019 23:05:40 +0100 Subject: [PATCH] automatic codeformat --- internal/app/appContext.go | 1 - internal/app/images_test.go | 1 - 2 files changed, 2 deletions(-) diff --git a/internal/app/appContext.go b/internal/app/appContext.go index df84501..94d728d 100644 --- a/internal/app/appContext.go +++ b/internal/app/appContext.go @@ -19,7 +19,6 @@ type appContext struct { localRootPath string } - func (c *appContext) UseMetadataStore(connectionString string) error { if connectionString == "" { return errors.New("missing connectionString to use metadata store!") diff --git a/internal/app/images_test.go b/internal/app/images_test.go index bfe4a8f..f405ed4 100644 --- a/internal/app/images_test.go +++ b/internal/app/images_test.go @@ -411,7 +411,6 @@ func Test_uploadImages_saves_same_id_to_db(t *testing.T) { } } - // test metadata store to store save the metadat and simulate the database type testStore struct { savedMetadata map[string]ImageMetaData