From 51936d969e9469b30c04fec46ef5582d0e52b766 Mon Sep 17 00:00:00 2001 From: Sam Anthony Date: Fri, 11 Apr 2025 15:49:57 -0400 Subject: fmt --- handshake.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/handshake.go b/handshake.go index aff5fa2..66fed12 100644 --- a/handshake.go +++ b/handshake.go @@ -7,9 +7,9 @@ import ( "io" "net" - "git.samanthony.xyz/hose/util" "git.samanthony.xyz/hose/hosts" "git.samanthony.xyz/hose/key" + "git.samanthony.xyz/hose/util" ) // handshake exchanges public keys with a remote host. -- cgit v1.2.3