Skip to content

Commit

Permalink
Fix style after rebase main
Browse files Browse the repository at this point in the history
Signed-off-by: Louis Chu <[email protected]>
  • Loading branch information
noCharger committed Feb 13, 2024
1 parent df05518 commit 4a29076
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@ import scala.concurrent.duration._
import scala.concurrent.duration.{Duration, MINUTES}
import scala.reflect.runtime.universe.TypeTag

import org.mockito.ArgumentMatchers.{eq => eqTo, _}
import com.codahale.metrics.Timer
import org.mockito.ArgumentMatchers.{eq => eqTo, _}
import org.mockito.ArgumentMatchersSugar
import org.mockito.Mockito._
import org.mockito.invocation.InvocationOnMock
Expand Down

0 comments on commit 4a29076

Please sign in to comment.