aboutsummaryrefslogtreecommitdiff
path: root/device/mobilequirks.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2020-11-06 18:01:09 +0100
committerJason A. Donenfeld <Jason@zx2c4.com>2020-11-06 18:01:27 +0100
commit5ca1218a5c16fb9b5e99b61c0b5758f66087e2e4 (patch)
tree2994388271a069fea0f4254befd7dfb81994a382 /device/mobilequirks.go
parent3b490f30aa4d8762d89a51d90f330b39f0be5fef (diff)
downloadwireguard-go-5ca1218a5c16fb9b5e99b61c0b5758f66087e2e4.tar.gz
wireguard-go-5ca1218a5c16fb9b5e99b61c0b5758f66087e2e4.zip
device: format a few things
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'device/mobilequirks.go')
-rw-r--r--device/mobilequirks.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/device/mobilequirks.go b/device/mobilequirks.go
index fc0b386..c92bd3d 100644
--- a/device/mobilequirks.go
+++ b/device/mobilequirks.go
@@ -13,4 +13,4 @@ func (device *Device) DisableSomeRoamingForBrokenMobileSemantics() {
peer.disableRoaming = peer.endpoint != nil
}
device.peers.RUnlock()
-} \ No newline at end of file
+}