Skip to content

Commit

Permalink
minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kuashio committed Dec 6, 2022
1 parent f79cba0 commit 88777d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/11/Solution/ch11_relatives.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ int main(){
while(std::getline(str, name,' '))
person.push_back(name);
people.push_back(person);
}
}
file.close();
}
else{
Expand Down

0 comments on commit 88777d6

Please sign in to comment.