chore: remove semicolons

This commit is contained in:
relikd
2025-11-05 18:02:39 +01:00
parent fb8fa41dd0
commit 36e30a1fdf
5 changed files with 12 additions and 13 deletions

View File

@@ -48,7 +48,7 @@ extension PreviewGenerator {
os_log(.error, log: log, "No invalidity date in '%{public}@' certificate, dictionary = %{public}@", subject, innerDict)
return nil
}
return Date.parseAny(dateString);
return Date.parseAny(dateString)
}
/// Process list of all certificates. Return a two column table with subject and expiration date.