More whitespace

This commit is contained in:
Michael Kaye 2022-02-09 16:12:05 +00:00
parent f318399536
commit a2caf1c546
1 changed files with 0 additions and 2 deletions

View File

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