From eeb7ee69213d0ca559b50f948fd226edcd838677 Mon Sep 17 00:00:00 2001 From: Tim Date: Fri, 15 Dec 2023 18:26:21 +0100 Subject: [PATCH] Formatting --- src/Entity/User.php | 2 +- src/Git/CustomGit.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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 +}