Autoformat

This commit is contained in:
Eike Kettner
2020-10-06 23:31:09 +02:00
parent c57b908461
commit 3f697f51aa
7 changed files with 7 additions and 14 deletions

View File

@ -8,8 +8,7 @@ private[analysis] object Tld {
def endsWithTld(str: String): Boolean =
findTld(str).isDefined
/**
* Some selected TLDs.
/** Some selected TLDs.
*/
private[this] val known = List(
".com",