Skip to content
This repository has been archived by the owner on Apr 25, 2022. It is now read-only.

Commit

Permalink
util: fix PluginMgr not passing checkstyle
Browse files Browse the repository at this point in the history
  • Loading branch information
rr- committed Dec 17, 2015
1 parent 0370c29 commit 5202351
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/util/plugin_mgr.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@

#include <map>
#include <string>
#include "err.h"
#include "arg_parser.h"
#include "err.h"

namespace au {
namespace util {

template<typename T> struct PluginDefinition
template<typename T> struct PluginDefinition final
{
std::string name;
std::string description;
Expand Down

0 comments on commit 5202351

Please sign in to comment.