Skip to content

Commit

Permalink
IWF-232: Remove extra whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
lwolczynski committed Nov 1, 2024
1 parent fe750a4 commit 51f2162
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions integ/util.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,11 @@ func doStartIwfServiceWithClient(config IwfServiceTestConfig) (uclient uclient.U

// start iwf interpreter worker
interpreter := temporal.NewInterpreterWorker(createTestConfig(config), temporalClient, service.TaskQueue, config.MemoEncryption, dataConverter, uclient)

if *disableStickyCache {
interpreter.StartWithStickyCacheDisabledForTest()
} else {
interpreter.Start()
}

return uclient, func() {
iwfServer.Close()
interpreter.Close()
Expand Down

0 comments on commit 51f2162

Please sign in to comment.