Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
Tjianke committed Feb 28, 2021
1 parent df4ca1a commit 6371e72
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions owner/manager_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -83,8 +83,7 @@ func TestSingle(t *testing.T) {
t.Fatalf("DDL start failed %v", err)
}
defer func() {
err = d.Stop()
t.Fatal(err, IsNil)
_ = d.Stop()
}()

isOwner := checkOwner(d, true)
Expand Down

0 comments on commit 6371e72

Please sign in to comment.