From e2d705ef2f97c6c373f35ebcab4ff3a9d3cd4630 Mon Sep 17 00:00:00 2001
From: Andre Anjos <andre.dos.anjos@gmail.com>
Date: Tue, 19 Feb 2019 13:44:31 +0100
Subject: [PATCH] [conda] Fix minor whitespace typo

---
 conda/meta.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/conda/meta.yaml b/conda/meta.yaml
index e401a810..7861ddd8 100644
--- a/conda/meta.yaml
+++ b/conda/meta.yaml
@@ -17,7 +17,7 @@ build:
     - python setup.py sdist --formats=zip
     {% endif %}
     - python setup.py install --single-version-externally-managed --record record.txt
-     # installs the documentation source, readme to share/doc so it is available
+    # installs the documentation source, readme to share/doc so it is available
     # during test time
     - install -d "${PREFIX}/share/doc/{{ name }}"
     - cp -R README.rst doc "${PREFIX}/share/doc/{{ name }}/"
-- 
GitLab