mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-09-29 18:20:01 +00:00
Add newlines to files [skip ci]
This commit is contained in:
@@ -77,4 +77,4 @@ class AboutControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -451,4 +451,4 @@ class AccountControllerTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -242,4 +242,4 @@ class BillControllerTest extends TestCase
|
||||
$response->assertSee($bill->name);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
@@ -2443,4 +2443,4 @@ class TransactionControllerTest extends TestCase
|
||||
$response = $this->put('/api/v1/transactions/' . $transaction->id, $data);
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@@ -198,4 +198,4 @@ class UserControllerTest extends TestCase
|
||||
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user