From 08a95e82ba8bd4f708daaca4b70b9b064e77e51b Mon Sep 17 00:00:00 2001
From: Jean-Paul Calderone <exarkun@twistedmatrix.com>
Date: Tue, 20 Jun 2023 09:39:52 -0400
Subject: [PATCH] whitespace

---
 nixos/modules/tahoe.nix | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/nixos/modules/tahoe.nix b/nixos/modules/tahoe.nix
index 51c86954..16491c3b 100644
--- a/nixos/modules/tahoe.nix
+++ b/nixos/modules/tahoe.nix
@@ -223,8 +223,10 @@ in
               ExecStart = ''
                 ${settings.package}/bin/tahoe --eliot-destination ${eliotLog} run ${nodedir} -n -l- --pidfile=${pidfile}
               '';
+
               # Twisted wants non-blocking sockets:
               NonBlocking = true;
+
               # The rlimit on number of open files controls how many
               # connections a particular storage server can accept (factoring
               # in the number of non-connection files the server needs open -
-- 
GitLab