From 7936349902fec39abdcf59676f8a2f3bb1415c8d Mon Sep 17 00:00:00 2001
From: "kali kaneko (leap communications)" <kali@leap.se>
Date: Thu, 5 Nov 2020 21:44:21 +0100
Subject: [PATCH] [tests] fix conditional flag for windows, was missing line
 break

---
 pkg/bitmask/autostart.go     | 1 -
 pkg/bitmask/autostart_win.go | 1 +
 2 files changed, 1 insertion(+), 1 deletion(-)

diff --git a/pkg/bitmask/autostart.go b/pkg/bitmask/autostart.go
index f8f0f19f..d12d187c 100644
--- a/pkg/bitmask/autostart.go
+++ b/pkg/bitmask/autostart.go
@@ -1,5 +1,4 @@
 // +build !windows
-
 // Copyright (C) 2018 LEAP
 //
 // This program is free software: you can redistribute it and/or modify
diff --git a/pkg/bitmask/autostart_win.go b/pkg/bitmask/autostart_win.go
index 51ac0cd4..444c5f4c 100644
--- a/pkg/bitmask/autostart_win.go
+++ b/pkg/bitmask/autostart_win.go
@@ -1,4 +1,5 @@
 // +build windows
+
 package bitmask
 
 // Workaround for broken autostart package on windows.
-- 
GitLab