[MIRROR] Removes 8 cases of double indentation (#28992)

* Removes 8 cases of double indentation (#85140)

## About The Pull Request

Thanks to Potato (Lemon here) on discord for writing a regex to find
these ``^/.*\).*\n\t\t``

## Changelog
🆑
code: Removed 8 cases of double indentation
/🆑

* Removes 8 cases of double indentation

---------

Co-authored-by: SmArtKar <44720187+SmArtKar@users.noreply.github.com>
This commit is contained in:
SkyratBot
2024-07-22 22:01:36 +05:30
committed by GitHub
co-authored by SmArtKar
parent 27422208b8
commit 2d8cb334d3
7 changed files with 16 additions and 16 deletions
@@ -58,7 +58,7 @@
tram_hits_last_round = text2num(file2text(TRAM_COUNT_FILEPATH))
/datum/controller/subsystem/persistence/proc/save_tram_counter()
rustg_file_write("[tram_hits_this_round]", TRAM_COUNT_FILEPATH)
rustg_file_write("[tram_hits_this_round]", TRAM_COUNT_FILEPATH)
#undef TRAM_COUNT_FILEPATH
#undef MAX_TRAM_SAVES