Passed
Push — master ( 553449...2d93e0 )
by Georgi
09:49
created
src/FileStorageUI.php 1 patch
Braces   +1 added lines, -2 removed lines patch added patch discarded remove patch
@@ -16,8 +16,7 @@
 block discarded – undo
16 16
 			$icon_file = $fileExists ? 'z-attach.png': 'z-attach-off.png';
17 17
 			$img_src = Base_ThemeCommon::get_template_file(self::module_name(), $icon_file);
18 18
 			$icon_img = '<img src="' . $img_src . '" style="vertical-align:bottom">';
19
-		}
20
-		else {
19
+		} else {
21 20
 			$icon_img = '';
22 21
 		}
23 22
 		
Please login to merge, or discard this patch.