Skip to content

Commit

Permalink
chore: format file
Browse files Browse the repository at this point in the history
Signed-off-by: Bart Smykla <[email protected]>
  • Loading branch information
bartsmykla committed Mar 30, 2024
1 parent c1bbea8 commit 37b0ffc
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions pkg/transparentproxy/iptables/builder/builder.go
Original file line number Diff line number Diff line change
Expand Up @@ -119,10 +119,10 @@ func createRulesFile(ipv6 bool) (*os.File, error) {
}

type restorer struct {
cfg config.Config
ipv6 bool
dnsServers []string
executables *executables
cfg config.Config
ipv6 bool
dnsServers []string
executables *executables
}

func newIPTablesRestorer(
Expand Down

0 comments on commit 37b0ffc

Please sign in to comment.