Sfoglia il codice sorgente

Fix lint issue

tags/v2.0.0-rc1
9seconds 5 anni fa
parent
commit
a3c64c1d1e
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  1. 1
    1
      mtglib/internal/telegram/telegram_internal_test.go

+ 1
- 1
mtglib/internal/telegram/telegram_internal_test.go Vedi File

@@ -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…
Annulla
Salva