Skip to content

Commit 889e5da

Browse files
committed
formatting
1 parent afc0d69 commit 889e5da

File tree

3 files changed

+1
-2
lines changed

3 files changed

+1
-2
lines changed

internal/command/command_plugin_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,6 @@ func TestCommandPlugin_Process(t *testing.T) {
143143
})
144144
require.Equal(t, 1, fakeCommandService.UpdateDataPlaneHealthCallCount())
145145
require.Equal(t, 1, fakeCommandService.SendDataPlaneResponseCallCount())
146-
147146
}
148147

149148
func TestCommandPlugin_monitorSubscribeChannel(t *testing.T) {

internal/command/command_service.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -265,6 +265,7 @@ func (cs *CommandService) UpdateClient(client mpi.CommandServiceClient) {
265265
func (cs *CommandService) Resource() *mpi.Resource {
266266
cs.resourceMutex.Lock()
267267
defer cs.resourceMutex.Unlock()
268+
268269
return cs.resource
269270
}
270271

internal/command/command_service_test.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,6 @@ func TestCommandService_CreateConnection(t *testing.T) {
199199
}
200200

201201
func TestCommandService_UpdateClient(t *testing.T) {
202-
//ctx := context.Background()
203202
commandServiceClient := &v1fakes.FakeCommandServiceClient{}
204203

205204
commandService := NewCommandService(

0 commit comments

Comments
 (0)