Skip to content

Commit

Permalink
Fix LGTM error in portsorch.cpp
Browse files Browse the repository at this point in the history
Signed-off-by: stephens <stephens@contoso.com>
  • Loading branch information
stephens committed Oct 10, 2021
1 parent b8010ff commit fa2c96e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion orchagent/portsorch.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -2718,7 +2718,7 @@ void PortsOrch::doLagMemberTask(Consumer &consumer)

void PortsOrch::doTask()
{
constexpr auto tableOrder = {
auto tableOrder = {
APP_PORT_TABLE_NAME,
APP_LAG_TABLE_NAME,
APP_LAG_MEMBER_TABLE_NAME,
Expand Down

0 comments on commit fa2c96e

Please sign in to comment.