clean up: ineffassign fixes (#2411)

This commit is contained in:
karthic rao
2016-08-12 12:56:30 +05:30
committed by Harshavardhana
parent ef0a108dde
commit 70fd38818e
7 changed files with 19 additions and 11 deletions
+3
View File
@@ -726,6 +726,9 @@ func (s *TestSuiteCommon) TestPutBucket(c *C) {
client := http.Client{}
response, err := client.Do(request)
if err != nil {
c.Fatalf("Put bucket Failed: <ERROR> %s", err)
}
defer response.Body.Close()
}()
}