Skip to content

Commit

Permalink
Appease linter
Browse files Browse the repository at this point in the history
  • Loading branch information
jedekar committed Jan 12, 2024
1 parent 94ddbd8 commit f0b622b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packager/live_packager_test.cc
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,6 @@ std::vector<uint8_t> ReadTestDataFile(const std::string& name) {
return data;
}


std::vector<uint8_t> unhex(const std::string& in) {
auto converted = absl::HexStringToBytes(in);
return {converted.begin(), converted.end()};
Expand Down

0 comments on commit f0b622b

Please sign in to comment.