Skip to content

Commit

Permalink
Fixed formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Das15 committed Nov 6, 2023
1 parent 3f37406 commit e3433f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/game/machinery/doors/door.dm
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@
var/turf/filler_temp
var/list/located_turfs = list()

for(var/i = 1 in 1 to width-1)
for(var/i = 1 in 1 to width - 1)

Check failure on line 80 in code/game/machinery/doors/door.dm

View workflow job for this annotation

GitHub Actions / Run Linters

got ')', expected one of: operator, field access, ',', ';', to
if (dir in list(EAST, WEST))
filler_temp = locate(x + i, y, z)
else
Expand Down

0 comments on commit e3433f2

Please sign in to comment.