Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jun 9, 2024
1 parent 2de230c commit 5258109
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion src/core/conf.h
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,9 @@ namespace mob {
conf_paths();

#define VALUE(NAME) \
fs::path NAME() const {return get(#NAME); \
fs::path NAME() const \
{ \
return get(#NAME); \
}

VALUE(third_party);
Expand Down

0 comments on commit 5258109

Please sign in to comment.