We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d0608a commit 26ea2deCopy full SHA for 26ea2de
src/json_export.cpp
@@ -3,7 +3,7 @@
3
namespace BT
4
{
5
6
-JsonExporter &JsonExporter::get()
+JsonExporter& JsonExporter::get()
7
8
static JsonExporter global_instance;
9
return global_instance;
0 commit comments