From a76d2f304d11e50e575cf2063ea7b0afebeb4d1f Mon Sep 17 00:00:00 2001 From: PatrikLundell Date: Fri, 13 Dec 2024 15:05:37 +0100 Subject: [PATCH] demanded change --- tests/vehicle_turrets_test.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/vehicle_turrets_test.cpp b/tests/vehicle_turrets_test.cpp index ba28ad0cc195a..1718a8353abf2 100644 --- a/tests/vehicle_turrets_test.cpp +++ b/tests/vehicle_turrets_test.cpp @@ -25,7 +25,7 @@ static const ammo_effect_str_id ammo_effect_RECYCLED( "RECYCLED" ); -static const vproto_id vehicle_prototype_test_turret_rig("test_turret_rig"); +static const vproto_id vehicle_prototype_test_turret_rig( "test_turret_rig" ); static std::vector all_turret_types() {