summaryrefslogtreecommitdiffstats
path: root/model/cluster_info_test.go
diff options
context:
space:
mode:
Diffstat (limited to 'model/cluster_info_test.go')
-rw-r--r--model/cluster_info_test.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/model/cluster_info_test.go b/model/cluster_info_test.go
index c019df40a..ec6ba6c1f 100644
--- a/model/cluster_info_test.go
+++ b/model/cluster_info_test.go
@@ -28,5 +28,4 @@ func TestClusterInfosJson(t *testing.T) {
if clusterInfos[0].IpAddress != result[0].IpAddress {
t.Fatal("Ids do not match")
}
-
}