Skip to content

Commit 2e65b61

Browse files
committed
fix(lint): remove trailing blank line in ipforwarding.go
gofmt requires no trailing blank line at end of file.
1 parent 118b2bb commit 2e65b61

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

pkg/monitors/network/ipforwarding.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -324,4 +324,3 @@ func readForwardingSetting(path string) (bool, error) {
324324
value := strings.TrimSpace(string(data))
325325
return value == "1", nil
326326
}
327-

0 commit comments

Comments
 (0)