Skip to content

Commit 2166f24

Browse files
committed
[Autocomplete] fix cs
1 parent 25278fd commit 2166f24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Autocomplete/src/Form/BaseEntityAutocompleteType.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ public function configureOptions(OptionsResolver $resolver): void
4141
if (null === $loader) {
4242
return null;
4343
}
44-
44+
4545
return new ExtraLazyChoiceLoader($loader);
4646
};
4747

0 commit comments

Comments
 (0)