Skip to content

Commit

Permalink
📄 Fix format.
Browse files Browse the repository at this point in the history
  • Loading branch information
Alinshans committed Aug 1, 2017
1 parent 5356195 commit 3d2e5e3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Test/unordered_map_test.h
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ void unordered_map_test()
void unordered_multimap_test()
{
std::cout << "[===============================================================]" << std::endl;
std::cout << "[-------------- Run container test : unordered_multimap -------------]" << std::endl;
std::cout << "[----------- Run container test : unordered_multimap -----------]" << std::endl;
std::cout << "[-------------------------- API test ---------------------------]" << std::endl;
mystl::vector<PAIR> v;
for (int i = 0; i < 5; ++i)
Expand Down Expand Up @@ -151,7 +151,7 @@ void unordered_multimap_test()
std::cout << "|---------------------|-------------|-------------|-------------|" << std::endl;
PASSED;
#endif
std::cout << "[-------------- End container test : unordered_multimap -------------]" << std::endl;
std::cout << "[----------- End container test : unordered_multimap -----------]" << std::endl;
}

} // namespace unordered_map_test
Expand Down

0 comments on commit 3d2e5e3

Please sign in to comment.