From 6fc3a52b90c21c0326105c9a35a4ff5dd51cfeac Mon Sep 17 00:00:00 2001
From: Florian Sesser <florian@leastauthority.com>
Date: Thu, 14 Jan 2021 03:11:53 +0000
Subject: [PATCH] Readme: Align newlines placement with rest of the docs.

---
 README.rst | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/README.rst b/README.rst
index d8d7bf5e..94923c72 100644
--- a/README.rst
+++ b/README.rst
@@ -43,7 +43,9 @@ It is also possible go through the testing script interactively - useful for deb
 
   $ sudo --preserve-env nix-build -A private-storage.driver nixos/system-tests.nix
 
-This will give you a result symlink in the current directory.  Inside that is bin/nixos-test-driver which gives you a kind of REPL for interacting with the VMs.  The kind of `Perl in this testScript <https://github.com/PrivateStorageio/PrivateStorageio/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL.
+This will give you a result symlink in the current directory.
+Inside that is bin/nixos-test-driver which gives you a kind of REPL for interacting with the VMs.
+The kind of `Perl in this testScript <https://github.com/PrivateStorageio/PrivateStorageio/blob/78881a3/nixos/modules/tests/private-storage.nix#L180>`_ is what you can enter into this REPL.
 
 Deployment
 ----------
-- 
GitLab