end of file Fix (#17308)

* end of file Fix

* fix those lints too
This commit is contained in:
Kashargul
2025-03-10 16:15:35 -04:00
committed by GitHub
parent ae85941c35
commit 1def015bad
537 changed files with 609 additions and 654 deletions
+1 -1
View File
@@ -64,4 +64,4 @@
/datum/metric/proc/count_all_antags(cutoff = 75)
var/list/L = get_all_antags(cutoff)
return L.len
return L.len
+1 -1
View File
@@ -118,4 +118,4 @@
/datum/metric/proc/count_people_with_alt_title(job_type, alt_title_type, cutoff = 75)
var/list/L = get_people_with_alt_title(job_type, alt_title_type, cutoff)
return L.len
return L.len
-1
View File
@@ -12,4 +12,3 @@
DEPARTMENT_CIVILIAN,
DEPARTMENT_SYNTHETIC
)