Skip to content

Commit 56e6a3e

Browse files
committed
Fixed codding standart issues
1 parent 11d157b commit 56e6a3e

File tree

4 files changed

+2
-5
lines changed

4 files changed

+2
-5
lines changed

Block/Adminhtml/System/Config/Form/Info.php

-1
Original file line numberDiff line numberDiff line change
@@ -48,5 +48,4 @@ public function render(\Magento\Framework\Data\Form\Element\AbstractElement $ele
4848

4949
return $html;
5050
}
51-
5251
}

Block/Lazy.php

-1
Original file line numberDiff line numberDiff line change
@@ -31,5 +31,4 @@ protected function _toHtml()
3131

3232
return '';
3333
}
34-
3534
}

Model/Config.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -90,4 +90,4 @@ public function getEnabled()
9090

9191
return $this->enabled;
9292
}
93-
}
93+
}

Plugin/BlockPlugin.php

+1-2
Original file line numberDiff line numberDiff line change
@@ -111,5 +111,4 @@ protected function isEnabled($block, $html)
111111

112112
return true;
113113
}
114-
115-
}
114+
}

0 commit comments

Comments
 (0)