remove trailing space

Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
Ethan Mahintorabi 2024-03-10 01:58:10 +00:00
parent 2a379d1b7c
commit d019509378
No known key found for this signature in database
GPG Key ID: 824E41B920BEA252
1 changed files with 1 additions and 1 deletions

View File

@ -276,7 +276,7 @@ ConcreteCell::setAttribute(const std::string &key,
} }
std::optional<std::string> std::optional<std::string>
ConcreteCell::getAttribute(const std::string &key) const ConcreteCell::getAttribute(const std::string &key) const
{ {
if (attribute_map_.hasKey(key)) { if (attribute_map_.hasKey(key)) {
return attribute_map_.findKey(key); return attribute_map_.findKey(key);