Commit 104b222f authored by Sean Talts's avatar Sean Talts
Browse files

Fix cpplint

No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -91,7 +91,7 @@ class kernel_functor {
/**
* @return The options that the kernel was compiled with.
*/
const std::map<const char*, int>& get_opts() const { return opts_; };
const std::map<const char*, int>& get_opts() const { return opts_; }
};
/**
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment