diff --git a/src/Entity/User.php b/src/Entity/User.php index d13be58..8c7a414 100644 --- a/src/Entity/User.php +++ b/src/Entity/User.php @@ -132,4 +132,4 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface return $this; } -} +} \ No newline at end of file diff --git a/src/Git/CustomGit.php b/src/Git/CustomGit.php index b9c0f93..e7350e3 100644 --- a/src/Git/CustomGit.php +++ b/src/Git/CustomGit.php @@ -10,4 +10,4 @@ class CustomGit extends Git { return new CustomGitRepository($directory, $this->runner); } -} \ No newline at end of file +}