Skip to content

Commit c6253a9

Browse files
committed
UTC-687: Fixed Code Style
1 parent a83e492 commit c6253a9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55

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

8-
public final class ComposerLock {
8+
public final class ComposerLock { // NOPMD
99

1010
public static final String FILE_NAME = "composer.lock";
1111
public static final String PACKAGES_PROP = "packages";

0 commit comments

Comments
 (0)