This commit is contained in:
Gustavo Niemeyer
2016-03-22 02:12:40 -03:00
parent 3b65d3651c
commit 96eba520db
2 changed files with 1 additions and 2 deletions

View File

@@ -22,7 +22,6 @@ package state
import (
"encoding/json"
"fmt"
)
type progress struct {

View File

@@ -213,7 +213,7 @@ func (ts *taskSuite) TestNeedsLock(c *C) {
t2 := st.NewTask("install", "2...")
st.Unlock()
funcs := []func() {
funcs := []func(){
func() { t1.Status() },
func() { t1.SetStatus(state.DoneStatus) },
func() { t1.Set("a", 1) },