Completed
Pull Request — rework (#23)
by Markus
14:53
created
lib/SSpkS/Handler/BrowserPackageListHandler.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -12,7 +12,7 @@
 block discarded – undo
12 12
     public function handle()
13 13
     {
14 14
         // Architecture is set --> show packages for that arch
15
-        $arch     = trim($_GET['arch']);
15
+        $arch = trim($_GET['arch']);
16 16
 
17 17
         $output = new HtmlOutput($this->config);
18 18
         $output->setVariable('arch', $arch);
Please login to merge, or discard this patch.