Browse code

go fmt

Andrea Luzzardi authored on 2013/01/23 10:30:37
Showing 1 changed files
... ...
@@ -6,9 +6,9 @@ import (
6 6
 )
7 7
 
8 8
 type State struct {
9
-	Running  bool
10
-	Pid      int
11
-	ExitCode int
9
+	Running   bool
10
+	Pid       int
11
+	ExitCode  int
12 12
 	StartedAt time.Time
13 13
 
14 14
 	stateChangeLock *sync.Mutex