frontend: remove trailing whitespace in installation instructions (#522)

This commit is contained in:
Naïm Favier 2022-08-25 18:33:15 +02:00 committed by GitHub
parent 1aaf7dddee
commit d94c60ca12
Failed to generate hash of commit

View file

@ -696,7 +696,7 @@ viewResultItem nixosChannels channel showInstallDetails show item =
[ pre [ class "code-block" ]
[ text <| " environment.systemPackages = [\n pkgs."
, strong [] [ text item.source.attr_name ]
, text <| " \n ];"
, text <| "\n ];"
]
]
]