瀏覽代碼

Fix lint issue

tags/v2.0.0-rc1
9seconds 5 年之前
父節點
當前提交
a3c64c1d1e
共有 1 個檔案被更改,包括 1 行新增1 行删除
  1. 1
    1
      mtglib/internal/telegram/telegram_internal_test.go

+ 1
- 1
mtglib/internal/telegram/telegram_internal_test.go 查看文件

@@ -33,7 +33,7 @@ func (suite *TelegramTestSuite) TearDownTest() {
33 33
 func (suite *TelegramTestSuite) TestUnknownDC() {
34 34
 	testData := []int{
35 35
 		-1,
36
-        0,
36
+		0,
37 37
 		6,
38 38
 		100,
39 39
 	}

Loading…
取消
儲存