Skip to content

Commit

Permalink
indent fix
Browse files Browse the repository at this point in the history
  • Loading branch information
X0-11 committed Jun 3, 2024
1 parent 51026d2 commit 5fdbff1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion maps/_gamemodes/firefight/overmind.dm
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@

/datum/npc_overmind/firefight/New()
. = ..()
START_PROCESSING(SSobj, src)
START_PROCESSING(SSobj, src)

/datum/npc_overmind/firefight/create_taskpoint_assign()
//intentionally left blank
Expand Down
2 changes: 1 addition & 1 deletion test/check-paths.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
set -e

WORLD_LOG_COUNT=40
ANGLE_BRACKET_COUNT=730
ANGLE_BRACKET_COUNT=731

FAILED=0

Expand Down

0 comments on commit 5fdbff1

Please sign in to comment.