Skip to content
Snippets Groups Projects
Commit 5f56acc1 authored by Martin Beseda's avatar Martin Beseda
Browse files

[CODE] Removed unnecessary semicolons.

parent 53fca27b
No related branches found
No related tags found
No related merge requests found
......@@ -12,7 +12,7 @@
#include "NeuronBiasedSerialization.h"
BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBiased);
BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBiased)
namespace lib4neuro {
......
......@@ -4,7 +4,7 @@
#include "NeuronSerialization.h"
#include "NeuronBinarySerialization.h"
BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary);
BOOST_CLASS_EXPORT_IMPLEMENT(lib4neuro::NeuronBinary)
namespace lib4neuro {
NeuronBinary::NeuronBinary() {}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment