Skip to content

Commit

Permalink
linting
Browse files Browse the repository at this point in the history
  • Loading branch information
lemire committed Mar 20, 2024
1 parent dff9e36 commit c64f634
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion include/ada/scheme-inl.h
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,6 @@ constexpr uint16_t special_ports[] = {80, 0, 443, 80, 21, 443, 0, 0};
* Reference: https://github.com/ada-url/ada/issues/617
****/


ada_really_inline constexpr bool is_special(std::string_view scheme) {
if (scheme.empty()) {
return false;
Expand Down

0 comments on commit c64f634

Please sign in to comment.