From 73d7265429261029b7e6345821e9efe4ec37b10a Mon Sep 17 00:00:00 2001 From: Andrea Luzzardi Date: Tue, 22 Jan 2013 17:30:37 -0800 Subject: [PATCH] go fmt --- state.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/state.go b/state.go index 9887ac49f..9b15af075 100644 --- a/state.go +++ b/state.go @@ -6,9 +6,9 @@ import ( ) type State struct { - Running bool - Pid int - ExitCode int + Running bool + Pid int + ExitCode int StartedAt time.Time stateChangeLock *sync.Mutex