Skip to content

Commit aac3f4e

Browse files
committed
Fixing silly typo
1 parent 64b6a0d commit aac3f4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/unit.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ void testIssue18(vector<shared_ptr<IntegerCODEC>> codecs) {
5959
}
6060

6161
void testSmall(vector<shared_ptr<IntegerCODEC>> codecs) {
62-
std::cout << "[testing small]" << codec->name();
62+
std::cout << "[testing small]" << std::endl;
6363
vector<uint32_t> data;
6464
data.push_back(1U);
6565
data.push_back(3U);

0 commit comments

Comments
 (0)