changed import order
This commit is contained in:
parent
c1bde2c691
commit
98d7ef571a
1 changed files with 3 additions and 3 deletions
|
|
@ -119,11 +119,11 @@ local config = {
|
|||
'org.mockito.Mockito.*',
|
||||
},
|
||||
importOrder = {
|
||||
'java',
|
||||
'com',
|
||||
'org',
|
||||
'javax',
|
||||
'java',
|
||||
'jarkata',
|
||||
'javax',
|
||||
'org',
|
||||
},
|
||||
},
|
||||
sources = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue