Skip to content

Commit efffef9

Browse files
committed
fixed typo
1 parent 80a3f27 commit efffef9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/libswcdb_core/sertest.cc

+1-1
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ void test_i64() {
143143
SWC_ASSERT(len == 0));
144144
}
145145
ns = Time::now_ns() - ns;
146-
std::cout << "i64 took=" << ns .
146+
std::cout << "i64 took=" << ns
147147
<< " avg=" << double(ns) / double(UINT64_MAX) << "\n";
148148
}
149149

0 commit comments

Comments
 (0)