Skip to content

Commit

Permalink
Gofmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zhugelianglongming committed Feb 23, 2023
1 parent bbbec22 commit 6c49cc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion kernel/permission/acl/bucket/context_mock_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ func (m mockContext) Put(bucket string, key, value []byte) error {
}
m.Account[k] = value
case utils.GetContractBucket():
if strings.HasPrefix(k,"Contract_put_error") {
if strings.HasPrefix(k, "Contract_put_error") {
return errors.New(k)
}
m.Contract[k] = value
Expand Down

0 comments on commit 6c49cc1

Please sign in to comment.