mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-02-25 18:45:27 -06:00
Add newlines [skip ci]
This commit is contained in:
@@ -48,4 +48,4 @@ class ForgotPasswordControllerTest extends TestCase
|
||||
$response = $this->post(route('password.email'), $data);
|
||||
$response->assertStatus(302);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -118,4 +118,4 @@ class BudgetReportControllerTest extends TestCase
|
||||
$response->assertStatus(200);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -85,4 +85,4 @@ class UserEventHandlerTest extends TestCase
|
||||
$this->assertTrue(true);
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -133,4 +133,4 @@ class AttachmentHelperTest extends TestCase
|
||||
}
|
||||
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
@@ -208,4 +208,4 @@ class MetaPieChartTest extends TestCase
|
||||
return $set;
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user