Skip to content

Commit d70acaa

Browse files
committed
Fixed indentation issue
1 parent 69342a1 commit d70acaa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/DependencyInjection/Configuration.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ public function getConfigTreeBuilder(): TreeBuilder
2020

2121
$root
2222
->children()
23-
->append($this->storage())
23+
->append($this->storage())
2424
->end()
2525
;
2626

0 commit comments

Comments
 (0)