From 8e078b774409780612acd697b5460ea49740666e Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Felix=20Sch=C3=A4fer?= <felix@thegcat.net>
Date: Sun, 23 Feb 2020 17:09:08 +0100
Subject: [PATCH] Whitespace

---
 README.rst | 10 ++++++----
 1 file changed, 6 insertions(+), 4 deletions(-)

diff --git a/README.rst b/README.rst
index 143c912..4378f24 100644
--- a/README.rst
+++ b/README.rst
@@ -1,7 +1,7 @@
 Pretix public registrations
 ===========================
 
-This is a plugin for `pretix`_. 
+This is a plugin for `pretix`_.
 
 Development setup
 -----------------
@@ -12,12 +12,14 @@ Development setup
 
 3. Activate the virtual environment you use for pretix development.
 
-4. Execute ``python setup.py develop`` within this directory to register this application with pretix's plugin registry.
+4. Execute ``python setup.py develop`` within this directory to register this
+   application with pretix's plugin registry.
 
 5. Execute ``make`` within this directory to compile translations.
 
-6. Restart your local pretix server. You can now use the plugin from this repository for your events by enabling it in
-   the 'plugins' tab in the settings.
+6. Restart your local pretix server. You can now use the plugin from this
+   repository for your events by enabling it in the 'plugins' tab in the
+   settings.
 
 
 License
-- 
GitLab