From a2caf1c5469fcd3eed0a4c3406bb6d1c3c063c3d Mon Sep 17 00:00:00 2001 From: Michael Kaye <1917473+michaelkaye@users.noreply.github.com> Date: Wed, 9 Feb 2022 16:12:05 +0000 Subject: [PATCH] More whitespace --- logserver.go | 2 -- 1 file changed, 2 deletions(-) diff --git a/logserver.go b/logserver.go index 4b3cacd..cd645f3 100644 --- a/logserver.go +++ b/logserver.go @@ -291,5 +291,3 @@ func containsDotDot(v string) bool { return false } func isSlashRune(r rune) bool { return r == '/' || r == '\\' } - -