From 9ea6d25b455616e0d99d6fea257f014b48d64eb5 Mon Sep 17 00:00:00 2001 From: Lawrence Woodman Date: Tue, 12 Jul 2016 05:46:52 +0100 Subject: [PATCH] Correct formatting in file --- service_systemd_linux.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/service_systemd_linux.go b/service_systemd_linux.go index 64a6f73..ea599fe 100644 --- a/service_systemd_linux.go +++ b/service_systemd_linux.go @@ -79,9 +79,9 @@ func (s *systemd) Install() error { var to = &struct { *Config - Path string + Path string ReloadSignal string - PIDFile string + PIDFile string }{ s.Config, path,