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" ];

View File

@ -42,7 +42,7 @@ in {
</para><para>
Note that environment variables in the path won't be properly expanded.
</para><para>
The configuration specified under
The configuration specified under
<option>services.fnott.settings</option> will be generated and
written to <filename>$XDG_CONFIG_HOME/fnott/fnott.ini</filename>
regardless of this option. This allows using a mutable configuration file

View File

@ -26,7 +26,7 @@ in {
'';
description = ''
Configuration included in <literal>config.toml</literal>.
For available options see <link xlink:href="https://github.com/JakeStanger/mpd-discord-rpc#configuration"/>
For available options see <link xlink:href="https://github.com/JakeStanger/mpd-discord-rpc#configuration"/>
'';
};

View File

@ -105,7 +105,7 @@ with lib;
test.stubs.i3status-rust = { };
nmt.script = ''
assertFileExists home-files/.config/i3status-rust/config-extra-settings.toml
assertFileExists home-files/.config/i3status-rust/config-extra-settings.toml
assertFileContent home-files/.config/i3status-rust/config-extra-settings.toml \
${
pkgs.writeText "i3status-rust-expected-config" ''