Skip to content

Commit 98d7ef5

Browse files
committed
changed import order
1 parent c1bde2c commit 98d7ef5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ftplugin/java.lua

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -119,11 +119,11 @@ local config = {
119119
'org.mockito.Mockito.*',
120120
},
121121
importOrder = {
122-
'java',
123122
'com',
124-
'org',
125-
'javax',
123+
'java',
126124
'jarkata',
125+
'javax',
126+
'org',
127127
},
128128
},
129129
sources = {

0 commit comments

Comments
 (0)