From 8b80c041985808f2f86f88b667b1d9a464340b88 Mon Sep 17 00:00:00 2001 From: Tiffany Cheng Date: Thu, 9 Nov 2017 12:13:03 -0800 Subject: [PATCH] gofmt --- connectors/cassandra/schema_test.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/connectors/cassandra/schema_test.go b/connectors/cassandra/schema_test.go index 9bdd002e..73128fd9 100644 --- a/connectors/cassandra/schema_test.go +++ b/connectors/cassandra/schema_test.go @@ -54,8 +54,8 @@ func TestCompareStructToSchemaWrongPk(t *testing.T) { func TestCompareStructToSchemaWrongCk(t *testing.T) { ed := dosa.EntityDefinition{ Key: &dosa.PrimaryKey{ - PartitionKeys: []string{"p1"}, - ClusteringKeys: []*dosa.ClusteringKey{{Name:"c1", Descending: true}}, + PartitionKeys: []string{"p1"}, + ClusteringKeys: []*dosa.ClusteringKey{{Name: "c1", Descending: true}}, }, Name: "test", Columns: []*dosa.ColumnDefinition{