mirror of
https://github.com/token2/snapd.git
synced 2026-03-13 11:15:47 -07:00
go fmt
This commit is contained in:
@@ -22,7 +22,6 @@ package state
|
||||
import (
|
||||
"encoding/json"
|
||||
"fmt"
|
||||
|
||||
)
|
||||
|
||||
type progress struct {
|
||||
|
||||
@@ -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) },
|
||||
|
||||
Reference in New Issue
Block a user