mirror of
https://github.com/fumiama/water.git
synced 2026-06-07 19:40:38 +08:00
Gofmt Cleanup
This commit is contained in:
@@ -110,7 +110,7 @@ func createInterface(fd uintptr, ifName string, flags uint16) (createdIFName str
|
||||
}
|
||||
|
||||
func setPersistence(fd uintptr, enabled bool) error {
|
||||
value := 0;
|
||||
value := 0
|
||||
if enabled {
|
||||
value = 1
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user