chore: formatting

This commit is contained in:
2026-05-13 13:01:39 +02:00
parent 5f7d82fc0b
commit 14b7668afa
6 changed files with 14 additions and 16 deletions

View File

@@ -18,4 +18,3 @@ func DisplayTitle(titleEnglish, titleJapanese sql.NullString, titleOriginal stri
func (r GetUserWatchListRow) DisplayTitle() string {
return DisplayTitle(r.TitleEnglish, r.TitleJapanese, r.TitleOriginal)
}

View File

@@ -24,4 +24,3 @@ func GetDBFile() string {
}
return "mal.db"
}