Skip to content

Commit cfda522

Browse files
authored
book: fix indent (changkun#236)
1 parent b5f5940 commit cfda522

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

book/zh-cn/03-runtime.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -397,8 +397,8 @@ int main() {
397397

398398
int main() {
399399

400-
std::string str = "Hello world.";
401-
std::vector<std::string> v;
400+
std::string str = "Hello world.";
401+
std::vector<std::string> v;
402402

403403
// 将使用 push_back(const T&), 即产生拷贝行为
404404
v.push_back(str);

0 commit comments

Comments
 (0)