Skip to content

Commit

Permalink
Fix missing newline at end of file in quic_gtest.h
Browse files Browse the repository at this point in the history
  • Loading branch information
masa-koz committed Dec 21, 2024
1 parent d1d69a3 commit 12c1579
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/test/bin/quic_gtest.h
Original file line number Diff line number Diff line change
Expand Up @@ -979,4 +979,4 @@ std::ostream& operator << (std::ostream& o, const MigrationArgs& args) {

class WithMigrationArgs : public testing::Test,
public testing::WithParamInterface<MigrationArgs> {
};
};

0 comments on commit 12c1579

Please sign in to comment.