From bedc877209568848fc3fb5411a0db4f098f75c5a Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Fri, 5 Jun 2020 15:00:36 -0400
Subject: [PATCH] whitespace

---
 nixos/modules/private-storage.nix | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/nixos/modules/private-storage.nix b/nixos/modules/private-storage.nix
index 687c9e35..cc73d372 100644
--- a/nixos/modules/private-storage.nix
+++ b/nixos/modules/private-storage.nix
@@ -29,10 +29,10 @@ in
   [ "services/network-filesystems/tahoe.nix"
   ];
 
-  # Load our tahoe-lafs module.  It is configurable in the way I want it to be
-  # configurable.
-  imports =
-  [ ./tahoe.nix
+  imports = [
+    # Load our tahoe-lafs module.  It is configurable in the way I want it to
+    # be configurable.
+    ./tahoe.nix
   ];
 
   options =
-- 
GitLab