Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4937935

Browse files
committedApr 26, 2024·
Fix cs problems
1 parent eefc52c commit 4937935

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
 

‎src/Gitonomy/Git/Tree.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,8 @@ protected function initialize()
4949

5050
$this->entries = [];
5151
$this->entriesByType = [
52-
TreeType::BLOB->value => [],
53-
TreeType::TREE->value => [],
52+
TreeType::BLOB->value => [],
53+
TreeType::TREE->value => [],
5454
TreeType::COMMIT->value => [],
5555
];
5656

0 commit comments

Comments
 (0)
Please sign in to comment.