From d0195093781259ee065f50dfec3e1bc8ff33d080 Mon Sep 17 00:00:00 2001 From: Ethan Mahintorabi Date: Sun, 10 Mar 2024 01:58:10 +0000 Subject: [PATCH] remove trailing space Signed-off-by: Ethan Mahintorabi --- network/ConcreteLibrary.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/network/ConcreteLibrary.cc b/network/ConcreteLibrary.cc index ae486293..c787aad8 100644 --- a/network/ConcreteLibrary.cc +++ b/network/ConcreteLibrary.cc @@ -276,7 +276,7 @@ ConcreteCell::setAttribute(const std::string &key, } std::optional -ConcreteCell::getAttribute(const std::string &key) const +ConcreteCell::getAttribute(const std::string &key) const { if (attribute_map_.hasKey(key)) { return attribute_map_.findKey(key);