Skip to content

Commit

Permalink
Code cleaning in tun_unix.go
Browse files Browse the repository at this point in the history
  • Loading branch information
pappz committed Mar 10, 2023
1 parent 74c3226 commit 950bb1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions iface/tun_unix.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ func (c *tunDevice) WgAddress() WGAddress {
return c.address
}

func (t *tunDevice) DeviceName() string {
return t.name
func (c *tunDevice) DeviceName() string {
return c.name
}

func (c *tunDevice) Close() error {
Expand Down

0 comments on commit 950bb1b

Please sign in to comment.