File tree 1 file changed +5
-4
lines changed
src/com/magento/idea/magento2plugin/project/startup
1 file changed +5
-4
lines changed Original file line number Diff line number Diff line change 5
5
6
6
package com .magento .idea .magento2plugin .project .startup ;
7
7
8
- import kotlin .Unit ;
9
- import kotlin .coroutines .Continuation ;
10
8
import com .intellij .openapi .project .Project ;
11
- import com .intellij .openapi .startup .StartupActivity ;
12
9
import com .intellij .openapi .startup .ProjectActivity ;
10
+ import com .intellij .openapi .startup .StartupActivity ;
13
11
import com .magento .idea .magento2plugin .init .ConfigurationManager ;
14
12
import com .magento .idea .magento2plugin .project .Settings ;
15
13
import com .magento .idea .magento2plugin .util .magento .MagentoBasePathUtil ;
14
+ import kotlin .Unit ;
15
+ import kotlin .coroutines .Continuation ;
16
16
import org .jetbrains .annotations .NotNull ;
17
17
import org .jetbrains .annotations .Nullable ;
18
18
@@ -38,7 +38,8 @@ public void runActivity(final @NotNull Project project) {
38
38
39
39
@ Nullable
40
40
@ Override
41
- public Object execute (@ NotNull Project project , @ NotNull Continuation <? super Unit > continuation ) {
41
+ public Object execute (@ NotNull Project project ,
42
+ @ NotNull Continuation <? super Unit > continuation ) {
42
43
registerSettings (project );
43
44
return null ;
44
45
}
You can’t perform that action at this time.
0 commit comments