Skip to content

Commit fc492ad

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent d85d827 commit fc492ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

include/dynamic_graph_bridge/sot_loader_basic.hh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ class SotLoaderBasic {
8080

8181
public:
8282
SotLoaderBasic();
83-
~SotLoaderBasic(){};
83+
~SotLoaderBasic() {};
8484

8585
// \brief Read user input to extract the path of the SoT dynamic library.
8686
int parseOptions(int argc, char* argv[]);

0 commit comments

Comments
 (0)