Skip to content

Commit 26ea2de

Browse files
committed
minor formatting fix
1 parent 2d0608a commit 26ea2de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/json_export.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
namespace BT
44
{
55

6-
JsonExporter &JsonExporter::get()
6+
JsonExporter& JsonExporter::get()
77
{
88
static JsonExporter global_instance;
99
return global_instance;

0 commit comments

Comments
 (0)