tv pkgs pushBack: fix typo
This commit is contained in:
parent
9f7875c1db
commit
a501cefc19
@ -4,7 +4,7 @@ let
|
|||||||
if elem x xs then
|
if elem x xs then
|
||||||
remove x xs ++ [ x ]
|
remove x xs ++ [ x ]
|
||||||
else
|
else
|
||||||
names;
|
xs;
|
||||||
in
|
in
|
||||||
|
|
||||||
self: super:
|
self: super:
|
||||||
|
Loading…
Reference in New Issue
Block a user