fix: remove extra line after changes

This commit is contained in:
Ariel D'Alessandro 2023-12-10 15:39:02 +01:00 committed by Gaétan Lepage
parent 7314f0d6e5
commit c1cbb00126

View file

@ -36,7 +36,8 @@ with lib; let
Enables the display of icons alongside the component. Enables the display of icons alongside the component.
''; '';
icon = helpers.mkNullOrOption icon =
helpers.mkNullOrOption
( (
with types; with types;
either either
@ -53,8 +54,6 @@ with lib; let
}) })
) )
"Defines the icon to be displayed in front of the component."; "Defines the icon to be displayed in front of the component.";
Defines the icon to be displayed in front of the component.
'';
separator = mkSeparatorsOption {name = "Component";}; separator = mkSeparatorsOption {name = "Component";};