Minor style fix in day2
parent
890c4f2048
commit
b83b0a098b
|
@ -82,11 +82,11 @@ class Entry {
|
|||
return Entry(policy, password);
|
||||
}
|
||||
|
||||
Policy const &getPolicy() const {
|
||||
const Policy &getPolicy() const {
|
||||
return this->policy;
|
||||
}
|
||||
|
||||
std::string const &getPassword() const {
|
||||
const std::string &getPassword() const {
|
||||
return this->password;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue