From b66a61addb6c8e66cb26fcf74b532d68891267e4 Mon Sep 17 00:00:00 2001
From: Marvin Borner
Date: Wed, 23 May 2018 22:23:28 +0200
Subject: Refactored code, many fixes and improvements in chat backend+frontend

---
 main/app/sprinkles/account/tests/Unit/FactoriesTest.php | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

(limited to 'main/app/sprinkles/account/tests/Unit/FactoriesTest.php')

diff --git a/main/app/sprinkles/account/tests/Unit/FactoriesTest.php b/main/app/sprinkles/account/tests/Unit/FactoriesTest.php
index ee2bf23..84b3cd6 100644
--- a/main/app/sprinkles/account/tests/Unit/FactoriesTest.php
+++ b/main/app/sprinkles/account/tests/Unit/FactoriesTest.php
@@ -5,6 +5,7 @@
  * @link      https://github.com/userfrosting/UserFrosting
  * @license   https://github.com/userfrosting/UserFrosting/blob/master/licenses/UserFrosting.md (MIT License)
  */
+
 namespace UserFrosting\Tests\Unit;
 
 use UserFrosting\Tests\TestCase;
@@ -20,8 +21,7 @@ class FactoriesTest extends TestCase
 {
     use DatabaseTransactions;
 
-    function testUserFactory()
-    {
+    function testUserFactory() {
         $fm = $this->ci->factory;
 
         $user = $fm->create('UserFrosting\Sprinkle\Account\Database\Models\User');
-- 
cgit v1.2.3