From: Diederik de Haas Date: Sat, 10 Nov 2012 00:03:54 +0000 (+0100) Subject: Fixed new checkstyle issues in apps.php from build #1341. X-Git-Tag: v5.0.0alpha1~469^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=eff13a28c1d14afa652a4177baa2bd947fb3ffaf;p=nextcloud-server.git Fixed new checkstyle issues in apps.php from build #1341. --- diff --git a/settings/apps.php b/settings/apps.php index cdd62c56bc6..99a3094399d 100644 --- a/settings/apps.php +++ b/settings/apps.php @@ -77,7 +77,7 @@ foreach ( $installedApps as $app ) { } - $info['preview'] = OC_Helper::imagePath('settings','trans.png'); + $info['preview'] = OC_Helper::imagePath('settings', 'trans.png'); $info['version'] = OC_App::getAppVersion($app);