Explorar el Código

fix the format for comment

hangzws hace 7 años
padre
commit
2b5679e6f3
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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)