diff --git a/README.md b/README.md index 2d6782599f..43bdb2df8d 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ Firefly works on the principle that if you know where you're money is going, you #### Some advantages of using Firefly - Firefly can import any CSV file, so migrating from other systems is easy. -- Firefly runs on your own server, so you are fully in control of your data. Remember, there is no such thing as "the cloud", it’s just somebody else’s computer. Would you store your financial records on someone else's computer? +- Firefly runs on your own server, so you are fully in control of your data. Remember, there is no such thing as "the cloud", it’s just somebody else’s computer! - Firefly has lots of features without becoming fancy or bloated. - If you feel you're missing something you can just ask me and I'll add it! diff --git a/app/Support/Events/BillScanner.php b/app/Support/Events/BillScanner.php index 729ce5a783..2c1f444f31 100644 --- a/app/Support/Events/BillScanner.php +++ b/app/Support/Events/BillScanner.php @@ -34,4 +34,4 @@ class BillScanner } } -} \ No newline at end of file +} diff --git a/app/Support/Migration/TestData.php b/app/Support/Migration/TestData.php index 594e87334f..6407ca013e 100644 --- a/app/Support/Migration/TestData.php +++ b/app/Support/Migration/TestData.php @@ -255,4 +255,4 @@ class TestData } -} \ No newline at end of file +} diff --git a/resources/views/transactions/index.twig b/resources/views/transactions/index.twig index 1868c9bc4f..d3a9d7741f 100644 --- a/resources/views/transactions/index.twig +++ b/resources/views/transactions/index.twig @@ -17,4 +17,4 @@ -{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/resources/views/transactions/show.twig b/resources/views/transactions/show.twig index 91cbb0a35c..ec5913a81b 100644 --- a/resources/views/transactions/show.twig +++ b/resources/views/transactions/show.twig @@ -169,4 +169,4 @@ {% endfor %} -{% endblock %} \ No newline at end of file +{% endblock %}