mirror of
https://github.com/TheAnachronism/docspell.git
synced 2025-06-22 02:18:26 +00:00
Autoformat
This commit is contained in:
@ -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",
|
||||
|
Reference in New Issue
Block a user