Skip to content

Commit

Permalink
oops
Browse files Browse the repository at this point in the history
Signed-off-by: Lawrence Lee <[email protected]>
  • Loading branch information
theasianpianist committed Aug 7, 2024
1 parent e7bf2dc commit 11bfbd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion unittest/meta/TestMetaDash.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ static sai_object_id_t create_route_group(Meta &m, sai_object_id_t switchid)
return oid;
}

static void sai_object_id_t remove_route_group(Meta &m, sai_object_id_t route_group)
static void remove_route_group(Meta &m, sai_object_id_t route_group)
{
SWSS_LOG_ENTER();

Expand Down

0 comments on commit 11bfbd1

Please sign in to comment.