From 185e68693aead3a1573c669fde118f8c2d88c0eb Mon Sep 17 00:00:00 2001 From: "autofix-ci[bot]" <114827586+autofix-ci[bot]@users.noreply.github.com> Date: Sat, 16 Sep 2023 11:47:18 +0000 Subject: [PATCH] style(autofix.ci): automated formatting --- src/iexamine_elevator.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/iexamine_elevator.cpp b/src/iexamine_elevator.cpp index 4a51bda497c5..42936d77cb02 100644 --- a/src/iexamine_elevator.cpp +++ b/src/iexamine_elevator.cpp @@ -175,7 +175,8 @@ auto move_creatures( const elevator::tiles from, const elevator::tiles dest ) -> } } -auto move_vehicles( const elevator_vehicles &vehs, const tripoint &sm_orig, int movez, int turns ) -> void +auto move_vehicles( const elevator_vehicles &vehs, const tripoint &sm_orig, int movez, + int turns ) -> void { map &here = get_map();