Skip to content

Commit e86c733

Browse files
committed
Merge pull request #33 from trel/patch-1
comment whitespace
2 parents 564973f + 2f32b13 commit e86c733

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: unittests/Availability/VersionRangeLattice.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ TEST_F(VersionRangeLattice, AllIsTopElement) {
5757
EXPECT_FALSE(All.isContainedIn(Empty));
5858
}
5959

60-
// Test that Empty acts like the bottom element in the lattice with respect to
60+
// Test that Empty acts like the bottom element in the lattice with respect to
6161
// containment.
6262
TEST_F(VersionRangeLattice, EmptyIsBottomElement) {
6363
EXPECT_TRUE(Empty.isContainedIn(Empty));

0 commit comments

Comments
 (0)