From c0d2832c02e0f545a60cc7aaba0a136468c0e827 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Roland=20Hu=C3=9F?= Date: Wed, 15 Apr 2020 14:42:00 +0200 Subject: [PATCH] fix formatting --- test/e2e/service_export_import_apply_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/e2e/service_export_import_apply_test.go b/test/e2e/service_export_import_apply_test.go index 89936a3c6b..11bdb7ac7a 100644 --- a/test/e2e/service_export_import_apply_test.go +++ b/test/e2e/service_export_import_apply_test.go @@ -202,7 +202,7 @@ func getSvcListWithOneRevision() servingv1.ServiceList { withName("hello"), withRevisionName("hello-rev2"), withEnv("key1", "val1"), - withTrafficSplit([]string{"latest"}, []int{100},[]string{""}), + withTrafficSplit([]string{"latest"}, []int{100}, []string{""}), ), }, }