Completed
Push — develop ( 51dca3...0a4bcc )
by Kirill
12:12
created
app/Gitter/Response.php 1 patch
Spacing   +1 added lines, -1 removed lines patch added patch discarded remove patch
@@ -22,7 +22,7 @@
 block discarded – undo
22 22
      */
23 23
     public function setContent($content)
24 24
     {
25
-        $this->empty   = !$content;
25
+        $this->empty = !$content;
26 26
         return parent::setContent($content);
27 27
     }
28 28
 
Please login to merge, or discard this patch.