8000 Drop extra whitespace · ada-url/ada-python@ad8a820 · GitHub
[go: up one dir, main page]

Skip to content

Commit ad8a820

Browse files
committed
Drop extra whitespace
1 parent 8e4a2f8 commit ad8a820

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ada_url/ada_adapter.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -291,7 +291,7 @@ def can_parse(url: str, base: Optional[str] = None) -> bool:
291291
return lib.ada_can_parse_with_base(
292292
url_bytes, len(url_bytes), base_bytes, len(base_bytes)
293293
)
294-
294+
295295
def __truediv__(self, other):
296296
return self.__class__(other, base=self.href)
297297

@@ -473,7 +473,7 @@ def __str__(self) -> str:
473473
lib.ada_search_params_to_string, lib.ada_free_owned_string, self.paramsobj
474474
)
475475
return _get_str(result)
476-
476+
477477

478478
def check_url(s: str) -> bool:
479479
"""

0 commit comments

Comments
 (0)
0