From 51eb36051cdd7838c636f91512e6eeefa2f4e9ff Mon Sep 17 00:00:00 2001 From: Shelikhoo Date: Wed, 29 Jan 2025 12:25:57 +0000 Subject: [PATCH] fix coding style issue in common/message --- common/messages/client.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/messages/client.go b/common/messages/client.go index 5d1f0d6..637e771 100644 --- a/common/messages/client.go +++ b/common/messages/client.go @@ -8,8 +8,8 @@ import ( "encoding/base64" "encoding/json" "fmt" - "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/bridgefingerprint" + "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/bridgefingerprint" "gitlab.torproject.org/tpo/anti-censorship/pluggable-transports/snowflake/v2/common/nat" )