diff --git a/pkg/bitmask/autostart.go b/pkg/bitmask/autostart.go
index f8f0f19fb5109a1fb1c5cd2497b7c218ab1c648c..d12d187cfa344c5cf288cdf015d662190a566477 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 51ac0cd4df61d6b863790e66cead770cb339c0dd..444c5f4c82e522f1fbfbd19e2d4b31292a8ffbe5 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.