Formatting

This commit is contained in:
Tim 2023-12-15 18:26:21 +01:00
parent c7c245bf13
commit eeb7ee6921
2 changed files with 2 additions and 2 deletions

View File

@ -132,4 +132,4 @@ class User implements UserInterface, PasswordAuthenticatedUserInterface
return $this; return $this;
} }
} }

View File

@ -10,4 +10,4 @@ class CustomGit extends Git
{ {
return new CustomGitRepository($directory, $this->runner); return new CustomGitRepository($directory, $this->runner);
} }
} }