Skip to content

Commit 7bce2d9

Browse files
committed
Clean up
1 parent ce9ff3c commit 7bce2d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Curl/Url.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,6 @@ public static function removeDotSegments($input)
3434

3535
// 2. While the input buffer is not empty, loop as follows:
3636
while (!empty($input)) {
37-
3837
// A. If the input buffer begins with a prefix of "../" or "./",
3938
// then remove that prefix from the input buffer; otherwise,
4039
if (StrUtil::startsWith($input, '../')) {

0 commit comments

Comments
 (0)