Explorar el Código

Fix lint issue

tags/v2.0.0-rc1
9seconds hace 5 años
padre
commit
a3c64c1d1e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      mtglib/internal/telegram/telegram_internal_test.go

+ 1
- 1
mtglib/internal/telegram/telegram_internal_test.go Ver fichero

@@ -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…
Cancelar
Guardar