Skip to content

Commit

Permalink
Try another approach with clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
wapcaplet committed Feb 8, 2022
1 parent 8f3ac41 commit 9fc6937
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tests/widget_test.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -39,9 +39,6 @@ static const dig_activity_actor dig_actor( move_25h, tripoint_zero, "t_pit", tri

static const activity_id ACT_PLANT_SEED( "ACT_PLANT_SEED" );

static const activity_schedule task_dig( dig_actor, 5_minutes );
static const activity_schedule task_plant( ACT_PLANT_SEED, 5_minutes );

static const efftype_id effect_bandaged( "bandaged" );
static const efftype_id effect_bite( "bite" );
static const efftype_id effect_bleed( "bleed" );
Expand All @@ -57,6 +54,9 @@ static const efftype_id effect_hunger_starving( "hunger_starving" );
static const efftype_id effect_hunger_very_hungry( "hunger_very_hungry" );
static const efftype_id effect_infected( "infected" );

static const activity_schedule task_dig( dig_actor, 5_minutes );
static const activity_schedule task_plant( ACT_PLANT_SEED, 5_minutes );

static const flag_id json_flag_SPLINT( "SPLINT" );

static const itype_id itype_blindfold( "blindfold" );
Expand Down

0 comments on commit 9fc6937

Please sign in to comment.