From 2f10743019d4352981263dc24c9a50df632d5f78 Mon Sep 17 00:00:00 2001 From: Matthew Halpern Date: Thu, 14 Feb 2019 17:08:37 -0800 Subject: [PATCH] whisper: remove redundant type specifiers --- whisper/whisperv5/peer_test.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/whisper/whisperv5/peer_test.go b/whisper/whisperv5/peer_test.go index 2449532070..1e4787868a 100644 --- a/whisper/whisperv5/peer_test.go +++ b/whisper/whisperv5/peer_test.go @@ -84,7 +84,7 @@ type TestNode struct { var result TestData var nodes [NumNodes]*TestNode var sharedKey = []byte("some arbitrary data here") -var sharedTopic TopicType = TopicType{0xF, 0x1, 0x2, 0} +var sharedTopic = TopicType{0xF, 0x1, 0x2, 0} var expectedMessage = []byte("per rectum ad astra") // This test does the following: