Browse Source

format code

stanley-king 3 years atrás
parent
commit
c1a1e4bc94
2 changed files with 0 additions and 2 deletions
  1. 0 1
      helper/refill/IRefill.php
  2. 0 1
      helper/refill/policy/ctl_item.php

+ 0 - 1
helper/refill/IRefill.php

@@ -35,7 +35,6 @@ abstract class IRefill
             return $result;
         };
 
-
         foreach ( $cfgs['amount'] as $spec => $items)
         {
             foreach ($items as $gitem)

+ 0 - 1
helper/refill/policy/ctl_item.php

@@ -109,7 +109,6 @@ class ctl_item
 
     public function lazy_speed()
     {
-//        return $this->mLazySpeed;
         return $this->cur_speed();
     }