Skip to content

Commit ac1a97c

Browse files
committed
828: update code style
1 parent 8897c15 commit ac1a97c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2uct/execution/GenerateUctReportCommand.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
import com.intellij.openapi.application.ApplicationManager;
1414
import com.intellij.openapi.editor.Document;
1515
import com.intellij.openapi.project.Project;
16+
import com.intellij.openapi.util.Pair;
1617
import com.intellij.openapi.vfs.VfsUtil;
1718
import com.intellij.openapi.vfs.VirtualFile;
1819
import com.intellij.psi.PsiDirectory;
@@ -37,7 +38,6 @@
3738
import com.magento.idea.magento2uct.util.inspection.SortDescriptorResultsUtil;
3839
import java.nio.file.Paths;
3940
import java.util.List;
40-
import com.intellij.openapi.util.Pair;
4141
import org.jetbrains.annotations.NotNull;
4242
import org.jetbrains.annotations.Nullable;
4343

0 commit comments

Comments
 (0)