remove trailing space
Signed-off-by: Ethan Mahintorabi <ethanmoon@google.com>
This commit is contained in:
parent
2a379d1b7c
commit
d019509378
|
|
@ -276,7 +276,7 @@ ConcreteCell::setAttribute(const std::string &key,
|
|||
}
|
||||
|
||||
std::optional<std::string>
|
||||
ConcreteCell::getAttribute(const std::string &key) const
|
||||
ConcreteCell::getAttribute(const std::string &key) const
|
||||
{
|
||||
if (attribute_map_.hasKey(key)) {
|
||||
return attribute_map_.findKey(key);
|
||||
|
|
|
|||
Loading…
Reference in New Issue