treewide: remove trailing white spaces and tabs

This commit is contained in:
Shamrock Lee 2022-06-15 21:49:39 +08:00 committed by Robert Helgesson
parent 931e610552
commit 60b064249d
No known key found for this signature in database
GPG key ID: 36BDAA14C2797E89
5 changed files with 7 additions and 7 deletions

View file

@ -39,7 +39,7 @@ in {
type = types.bool;
default = false;
description = ''
Sets environment variables so that
Sets environment variables so that
MangoHud is started on any application that supports it.
'';
};

View file

@ -29,9 +29,9 @@ in {
example = literalExpression ''
{
servers = [
{
addr = "irc.libera.chat";
port = 6697;
{
addr = "irc.libera.chat";
port = 6697;
tls = true;
realname = "John Doe";
nicks = [ "tinyuser" ];