Skip to content

Commit

Permalink
pep1: format
Browse files Browse the repository at this point in the history
  • Loading branch information
Ben Prather committed Aug 14, 2023
1 parent f5ddad8 commit 608721e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/interface/packages.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ class Packages_t {

// Retrieve a package pointer, cast to a given type T
template <typename T>
T* Get(const std::string &name) const {
T *Get(const std::string &name) const {
return static_cast<T *>(packages_.at(name).get());
}

Expand Down

0 comments on commit 608721e

Please sign in to comment.