From c9b032a8c37a1c984127bdd76f0928e4bf5f60ce Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Sun, 9 May 2021 11:42:31 +0200 Subject: [PATCH] sync: tests: go fmt --- cmd/safcm-remote/sync/files_test.go | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/cmd/safcm-remote/sync/files_test.go b/cmd/safcm-remote/sync/files_test.go index 6355011..11d386d 100644 --- a/cmd/safcm-remote/sync/files_test.go +++ b/cmd/safcm-remote/sync/files_test.go @@ -58,15 +58,15 @@ func TestSyncFiles(t *testing.T) { tmpTestFilePath := "/tmp/safcm-sync-files-test-file" tests := []struct { - name string - skip bool - req safcm.MsgSyncReq - prepare func() + name string + skip bool + req safcm.MsgSyncReq + prepare func() expTriggers []string - expFiles []ft.File - expResp safcm.MsgSyncResp - expDbg []string - expErr error + expFiles []ft.File + expResp safcm.MsgSyncResp + expDbg []string + expErr error }{ // NOTE: Also update MsgSyncResp in safcm test cases when -- 2.43.2