We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5a4e686 commit 787717eCopy full SHA for 787717e
1 file changed
path.go
@@ -77,7 +77,6 @@ func cleanPath(p string) string {
77
case '.':
78
if r+1 == n {
79
trailing = true
80
- r++
81
// Reduce one comparison between r and n
82
goto endOfLoop
83
}
0 commit comments