From 3a100258dcd1192a0ec68d282e706b205aef85d6 Mon Sep 17 00:00:00 2001 From: Benedikt Kulmann Date: Thu, 4 Jun 2020 12:54:16 +0200 Subject: [PATCH] Fix formatting --- pkg/proto/v0/settings.pb.micro_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/proto/v0/settings.pb.micro_test.go b/pkg/proto/v0/settings.pb.micro_test.go index baae7d386d..7ff238665d 100644 --- a/pkg/proto/v0/settings.pb.micro_test.go +++ b/pkg/proto/v0/settings.pb.micro_test.go @@ -669,7 +669,7 @@ func TestGetSettingsBundleAccessOtherBundle(t *testing.T) { BundleKey: "alice-bundle", }, DisplayName: "alice settings bundle", - Settings: dummySettings, + Settings: dummySettings, } createRequest := proto.SaveSettingsBundleRequest{ SettingsBundle: &aliceBundle,