From 4680fc4332d939d852592c86546f7bca148dace7 Mon Sep 17 00:00:00 2001 From: Kenji Hosokawa Date: Fri, 23 Oct 2020 13:04:49 +0900 Subject: Cosmetic changes to pass compilation Signed-off-by: Kenji Hosokawa --- src/log/RBACoverageLog.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/log/RBACoverageLog.hpp') diff --git a/src/log/RBACoverageLog.hpp b/src/log/RBACoverageLog.hpp index 11e3695..ef0a315 100644 --- a/src/log/RBACoverageLog.hpp +++ b/src/log/RBACoverageLog.hpp @@ -103,7 +103,7 @@ private: std::vector constraintLogs; std::vector canceledRequestLogs_; -  // Constraint structure log for finding the denominator of + // Constraint structure log for finding the denominator of // constraint coverage. The constraint log is different // because it also has the execution result. std::vector hierarchyOfConstraintLogs_; -- cgit 1.2.3-korg