Skip to content

Commit

Permalink
remove redundant semicolons
Browse files Browse the repository at this point in the history
Signed-off-by: Fabian Klemm <[email protected]>
  • Loading branch information
klemmpnx committed Nov 2, 2023
1 parent 5978ace commit 7b686e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions include/ocpp/v201/device_model.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class DeviceModel {
EVLOG_AND_THROW(std::runtime_error(
"Directly requested value for ComponentVariable that doesn't exist in the device model storage."));
}
};
}

/// \brief Access to std::optional of a VariableAttribute for the given component, variable and attribute_enum.
/// \tparam T Tatatype of the value that is requested
Expand All @@ -125,7 +125,7 @@ class DeviceModel {
} else {
return std::nullopt;
}
};
}

/// \brief Requests a value of a VariableAttribute specified by combination of \p component_id and \p variable_id
/// from the device model storage
Expand Down

0 comments on commit 7b686e0

Please sign in to comment.