From 1badc5e6c27db416ea438ebc6f3adace8e758e32 Mon Sep 17 00:00:00 2001 From: ZhilkinSerg Date: Fri, 14 Feb 2020 09:36:48 +0300 Subject: [PATCH] Fix astyle regression --- tests/iteminfo_test.cpp | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/tests/iteminfo_test.cpp b/tests/iteminfo_test.cpp index 19287b5135cdc..832badc57868c 100644 --- a/tests/iteminfo_test.cpp +++ b/tests/iteminfo_test.cpp @@ -23,7 +23,8 @@ TEST_CASE( "item description and physical attributes", "[item][iteminfo]" ) { iteminfo_query q( { iteminfo_parts::DESCRIPTION, iteminfo_parts::BASE_CATEGORY, iteminfo_parts::BASE_PRICE, iteminfo_parts::BASE_VOLUME, - iteminfo_parts::BASE_WEIGHT, iteminfo_parts::BASE_MATERIAL } ); + iteminfo_parts::BASE_WEIGHT, iteminfo_parts::BASE_MATERIAL + } ); iteminfo_test( item( "jug_plastic" ), q, "A standard plastic jug used for milk and household cleaning chemicals.\n" @@ -39,7 +40,8 @@ TEST_CASE( "item description and physical attributes", "[item][iteminfo]" ) TEST_CASE( "weapon attack ratings and moves", "[item][iteminfo]" ) { iteminfo_query q( { iteminfo_parts::BASE_DAMAGE, iteminfo_parts::BASE_TOHIT, - iteminfo_parts::BASE_MOVES } ); + iteminfo_parts::BASE_MOVES + } ); iteminfo_test( item( "halligan" ), q,