File tree Expand file tree Collapse file tree 2 files changed +3
-4
lines changed 
common/src/main/scala/org/mockito/matchers Expand file tree Collapse file tree 2 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 11style   = defaultWithAlign 
22
3- runner.dialect   = scala213 
3+ runner.dialect   = scala213source3 
44docstrings.style   = asterisk 
55maxColumn   = 180 
66rewrite.rules   = [RedundantBraces  , RedundantParens  , SortImports  ]
77spaces.inImportCurlyBraces   = true 
88indentOperator.preset   = spray 
99
10- version  =3.9 .9 
11- 
10+ version   = 3.9 .9 
Original file line number Diff line number Diff line change @@ -28,5 +28,5 @@ object AllOf {
2828
2929  //  Address "-Xsource:3" warning
3030  @ deprecated(" for bincompat only, do not use"  , " 2.0.1"  )
31-   private [mockito] def  apply [A ](matchers : List [ArgumentMatcher [A ]]):  ArgumentMatcher [A ] =  apply(matchers  * )
31+   private [mockito] def  apply [A ](matchers : List [ArgumentMatcher [A ]]):  ArgumentMatcher [A ] =  apply(matchers* )
3232}
    
 
   
 
     
   
   
          
     
  
    
     
 
    
      
     
 
     
    You can’t perform that action at this time.
  
 
    
  
     
    
      
        
     
 
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments