Completed
Pull Request — develop (#135)
by Daniel
03:15
created
app/Models/Device.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -243,7 +243,7 @@
 block discarded – undo
243 243
      */
244 244
     public function formatUptime($seconds)
245 245
     {
246
-        if( empty($seconds) ) {
246
+        if (empty($seconds)) {
247 247
             $seconds = 0;
248 248
         }
249 249
         $from = new \DateTime("@0");
Please login to merge, or discard this patch.