Skip to content

Commit e2c46fb

Browse files
committed
Whitespace in a definition
1 parent e248706 commit e2c46fb

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Chapter7/main.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -186,7 +186,7 @@ void hard_coded_game()
186186

187187
const std::map<std::string, std::string> dictionary{
188188
{"assume", "take for granted, take to be the case"},
189-
{"harsh", "coarse, large - grained or rough to the touch"},
189+
{"harsh", "coarse, large-grained or rough to the touch"},
190190
{"table", "piece of furniture"},
191191
{"tease", "mock, make fun of"},
192192
{"torch", "lit stick carried in one's hand"},
@@ -198,6 +198,7 @@ int main()
198198
{
199199
check_properties();
200200

201+
std::cout << "Warm up\n\n";
201202
warm_up();
202203
std::cout << "\n\n";
203204

0 commit comments

Comments
 (0)