Skip to content

Commit

Permalink
fix(tlsmiddlebox): gofmt -s -w
Browse files Browse the repository at this point in the history
  • Loading branch information
bassosimone committed May 14, 2024
1 parent 95478fb commit dca06af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion internal/experiment/tlsmiddlebox/syscall_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package tlsmiddlebox

import (
"net"
"syscall"
"strings"
"syscall"
)

// SetTTL sets the IP TTL field for the underlying net.TCPConn
Expand Down
2 changes: 1 addition & 1 deletion internal/experiment/tlsmiddlebox/syscall_windows.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ package tlsmiddlebox

import (
"net"
"syscall"
"strings"
"syscall"
)

// SetTTL sets the IP TTL field for the underlying net.TCPConn
Expand Down

0 comments on commit dca06af

Please sign in to comment.