Skip to content

Commit 2f32b13

Browse files
committed
whitespace
1 parent 7f4351e commit 2f32b13

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

unittests/Availability/VersionRangeLattice.cpp

Lines changed: 1 addition & 1 deletion
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)