From dd98a552039b77c2d0d54da38c64e5167daf34cf Mon Sep 17 00:00:00 2001 From: Joe Elliott Date: Mon, 11 Nov 2019 08:12:51 -0500 Subject: [PATCH] make fmt Signed-off-by: Joe Elliott --- .../cassandra/spanstore/dbmodel/tag_filter_drop_all_test.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/plugin/storage/cassandra/spanstore/dbmodel/tag_filter_drop_all_test.go b/plugin/storage/cassandra/spanstore/dbmodel/tag_filter_drop_all_test.go index 4a73ad4237cf..2c99dd5b3258 100644 --- a/plugin/storage/cassandra/spanstore/dbmodel/tag_filter_drop_all_test.go +++ b/plugin/storage/cassandra/spanstore/dbmodel/tag_filter_drop_all_test.go @@ -18,8 +18,9 @@ package dbmodel import ( "testing" - "github.com/jaegertracing/jaeger/model" "github.com/stretchr/testify/assert" + + "github.com/jaegertracing/jaeger/model" ) var _ TagFilter = &TagFilterDropAll{} // Check API compliance