Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
Dimi1010 committed Jan 11, 2025
1 parent af37892 commit d4cc2e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Tests/Packet++Test/Tests/EthAndArpTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ PTF_TEST_CASE(ArpPacketCreation)
READ_FILE_INTO_BUFFER(1, "PacketExamples/ArpRequestPacket.dat");
// Stores the buffer in a unique_ptr to ensure it's deleted when the test ends.
std::unique_ptr<uint8_t[]> buffer1Uptr(buffer1);

{
pcpp::MacAddress srcMac("6c:f0:49:b2:de:6e");
pcpp::MacAddress dstMac("ff:ff:ff:ff:ff:ff");
Expand Down

0 comments on commit d4cc2e5

Please sign in to comment.