Explorar o código

fix the format for comment

hangzws %!s(int64=7) %!d(string=hai) anos
pai
achega
2b5679e6f3
Modificáronse 1 ficheiros con 1 adicións e 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)