浏览代码

fix the format for comment

hangzws 7 年之前
父节点
当前提交
2b5679e6f3
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)