diff --git a/deploy/env.prod.sample b/deploy/env.prod.sample
index 4b6b0f86edb7e1a5e106c09786818158222c2f4e..b8cb4e3d435fbeabf9fd935ef3aae6d6f365e5da 100644
--- a/deploy/env.prod.sample
+++ b/deploy/env.prod.sample
@@ -55,7 +55,6 @@ FUNKWHALE_PROTOCOL=https
 # `python3 -c 'import urllib.parse; print(urllib.parse.quote_plus
 # ("noreply@youremail.host"))'`
 # (returns `noreply%40youremail.host`)
-
 # EMAIL_CONFIG=smtp://user@:password@youremail.host:25
 # EMAIL_CONFIG=smtp+ssl://user@:password@youremail.host:465
 # EMAIL_CONFIG=smtp+tls://user@:password@youremail.host:587