From 41b216035a1e755df1b5b4dedd8da0d92fb1869c Mon Sep 17 00:00:00 2001
From: Holger Nahrstaedt <holger@nahrstaedt.de>
Date: Fri, 4 May 2018 22:40:10 +0200
Subject: [PATCH] Push again

---
 appveyor.yml | 1 -
 1 file changed, 1 deletion(-)

diff --git a/appveyor.yml b/appveyor.yml
index e94c63aa..43f2698f 100644
--- a/appveyor.yml
+++ b/appveyor.yml
@@ -78,7 +78,6 @@ after_test:
   - ps: | # generate sha256 hashes
       (get-filehash $env:BUILD -algorithm SHA256).Hash | out-file ("{0}.sha256" -f $env:BUILD) -encoding ascii
       (get-filehash beempy.zip -algorithm SHA256).Hash | out-file "beempy.zip.sha256" -encoding ascii 
-  
 
 artifacts:
   # Archive the generated packages in the ci.appveyor.com build report.
-- 
GitLab