From 86fef0e5d74d2bb3472d8a2443ea46fb9f25d519 Mon Sep 17 00:00:00 2001 From: Kris Wehner Date: Mon, 30 Jan 2017 11:37:07 -0800 Subject: [PATCH] go fmt --- replication_test.go | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/replication_test.go b/replication_test.go index 73874a1f..96e223df 100644 --- a/replication_test.go +++ b/replication_test.go @@ -262,7 +262,6 @@ func getCurrentTimeline(t *testing.T, rc *pgx.ReplicationConn) int { return -1 } - func TestGetTimelineHistory(t *testing.T) { replicationConn := mustReplicationConnect(t, *replicationConnConfig) defer closeReplicationConn(t, replicationConn) @@ -326,4 +325,4 @@ func TestStandbyStatusParsing(t *testing.T) { if status.WalWritePosition != 3 { t.Errorf("Unexpected write position %d", status.WalWritePosition) } -} \ No newline at end of file +}