Skip to content

Commit

Permalink
Remove tail white spaces
Browse files Browse the repository at this point in the history
  • Loading branch information
kcudnik committed Sep 20, 2021
1 parent 94d5545 commit dabd1a7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions unittest/lib/TestSkipRecordAttrContainer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ TEST(SkipRecordAttrContainer, remove)
EXPECT_FALSE(srac->remove(SAI_OBJECT_TYPE_PORT, 10000));

EXPECT_TRUE(srac->add(SAI_OBJECT_TYPE_PORT, SAI_PORT_ATTR_TYPE));

EXPECT_FALSE(srac->remove(SAI_OBJECT_TYPE_PORT, 10000));

EXPECT_TRUE(srac->remove(SAI_OBJECT_TYPE_PORT, SAI_PORT_ATTR_TYPE));
Expand All @@ -37,7 +37,7 @@ TEST(SkipRecordAttrContainer, clear)
EXPECT_TRUE(srac->remove(SAI_OBJECT_TYPE_SWITCH, SAI_SWITCH_ATTR_AVAILABLE_ACL_TABLE_GROUP));

srac->clear();

EXPECT_FALSE(srac->remove(SAI_OBJECT_TYPE_SWITCH, SAI_SWITCH_ATTR_AVAILABLE_ACL_TABLE));
}

Expand Down

0 comments on commit dabd1a7

Please sign in to comment.