Lint with OpenDream (#81892)

## About The Pull Request

Courtesy of https://github.com/ParadiseSS13/Paradise/pull/21099 and
https://github.com/goonstation/goonstation/pull/18127
This commit is contained in:
MrMelbert
2024-03-11 19:31:15 -06:00
committed by GitHub
parent e8ada9fde3
commit 79244dc11f
16 changed files with 100 additions and 25 deletions
+1 -1
View File
@@ -340,7 +340,7 @@ GENERAL_PROTECT_DATUM(/datum/log_holder)
var/datum/data = data_list[key]
if(isnull(data))
// do nothing - nulls are allowed
pass() // nulls are allowed
else if(islist(data))
data = recursive_jsonify(data, semvers)