aboutsummaryrefslogtreecommitdiff
path: root/tests/modules/programs/mbsync
diff options
context:
space:
mode:
authorRobert Helgesson <robert@rycee.net>2020-02-02 00:39:17 +0100
committerRobert Helgesson <robert@rycee.net>2020-02-02 01:07:28 +0100
commit45abf3d38a2b51c00c347cab6950f3734e023bba (patch)
tree414fde5d14d1d075fa65e59175660fd1fb680c43 /tests/modules/programs/mbsync
parent9799d3de2d270a9c40fcf81d600bfd71088e144d (diff)
Apply `nixfmt` on many files
Diffstat (limited to 'tests/modules/programs/mbsync')
-rw-r--r--tests/modules/programs/mbsync/default.nix4
-rw-r--r--tests/modules/programs/mbsync/mbsync.nix8
2 files changed, 3 insertions, 9 deletions
diff --git a/tests/modules/programs/mbsync/default.nix b/tests/modules/programs/mbsync/default.nix
index c31e0dc7a9d..9c369fa5018 100644
--- a/tests/modules/programs/mbsync/default.nix
+++ b/tests/modules/programs/mbsync/default.nix
@@ -1,3 +1 @@
-{
- mbsync = ./mbsync.nix;
-}
+{ mbsync = ./mbsync.nix; }
diff --git a/tests/modules/programs/mbsync/mbsync.nix b/tests/modules/programs/mbsync/mbsync.nix
index 072a7271f00..03a54c178f5 100644
--- a/tests/modules/programs/mbsync/mbsync.nix
+++ b/tests/modules/programs/mbsync/mbsync.nix
@@ -18,13 +18,9 @@ with lib;
};
accounts.email.accounts = {
- "hm@example.com".mbsync = {
- enable = true;
- };
+ "hm@example.com".mbsync = { enable = true; };
- hm-account.mbsync = {
- enable = true;
- };
+ hm-account.mbsync = { enable = true; };
};
nmt.script = ''