Selaa lähdekoodia

fix the format for comment

hangzws 7 vuotta sitten
vanhempi
commit
2b5679e6f3
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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)