More whitespace

This commit is contained in:
Michael Kaye 2022-02-09 16:12:05 +00:00
parent f318399536
commit a2caf1c546

View file

@ -291,5 +291,3 @@ func containsDotDot(v string) bool {
return false
}
func isSlashRune(r rune) bool { return r == '/' || r == '\\' }