automatic codeformat

This commit is contained in:
Philipp Häfelfinger 2019-03-23 23:05:40 +01:00
parent 5cb044d4b7
commit 54bc3d603c
2 changed files with 0 additions and 2 deletions

View File

@ -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!")

View File

@ -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