Skip to content

Commit a8db2e1

Browse files
Fixed code style issues
1 parent b1692d2 commit a8db2e1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/com/magento/idea/magento2plugin/magento/files/ModuleDbSchemaWhitelistJson.java

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,8 @@
55

66
package com.magento.idea.magento2plugin.magento.files;
77

8-
import com.intellij.lang.Language;
98
import com.intellij.json.JsonLanguage;
9+
import com.intellij.lang.Language;
1010

1111
public class ModuleDbSchemaWhitelistJson implements ModuleFileInterface {
1212
private static final ModuleDbSchemaWhitelistJson INSTANCE = new ModuleDbSchemaWhitelistJson();

0 commit comments

Comments
 (0)