Skip to content

Commit

Permalink
remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
egecetin committed Sep 23, 2023
1 parent 672f5bc commit 2985fb8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Tests/Packet++Test/Tests/TelnetTests.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -112,9 +112,9 @@ PTF_TEST_CASE(TelnetCommandParsingTests)
pcpp::TelnetLayer::TelnetCommand::DoPerform,
pcpp::TelnetLayer::TelnetCommand::WillPerform,
pcpp::TelnetLayer::TelnetCommand::EndOfRecordCommand};

std::vector<pcpp::TelnetLayer::TelnetOption> vOptions2 = {
pcpp::TelnetLayer::TelnetOption::TransmitBinary,
pcpp::TelnetLayer::TelnetOption::TransmitBinary,
pcpp::TelnetLayer::TelnetOption::TransmitBinary,
pcpp::TelnetLayer::TelnetOption::TelnetOptionNoOption};

Expand Down

0 comments on commit 2985fb8

Please sign in to comment.