Skip to content

Commit

Permalink
fix spacing to comply with uncrusity 0.67 (#99)
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaelarguedas authored Jul 11, 2018
1 parent fc9651e commit c496ab2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/class_loader/class_loader.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ class ClassLoader
{
public:
template<typename Base>
using DeleterType = std::function<void(Base *)>;
using DeleterType = std::function<void (Base *)>;

template<typename Base>
using UniquePtr = std::unique_ptr<Base, DeleterType<Base>>;
Expand Down

0 comments on commit c496ab2

Please sign in to comment.