Ver Fonte

fix the format for comment

hangzws há 7 anos atrás
pai
commit
2b5679e6f3
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      oss/client_test.go

+ 1 - 1
oss/client_test.go

@@ -175,7 +175,7 @@ func (s *OssClientSuite) TestCreateBucket(c *C) {
 	c.Assert(err, IsNil)
 	time.Sleep(5 * time.Second)
 
-  // CreateBucket creates with ACLPublicRead
+	// CreateBucket creates with ACLPublicRead
 	err = client.CreateBucket(bucketNameTest, ACL(ACLPublicRead))
 	c.Assert(err, IsNil)
 	time.Sleep(5 * time.Second)