Skip to content

Commit

Permalink
Formatting.
Browse files Browse the repository at this point in the history
  • Loading branch information
Holt59 committed Jun 12, 2024
1 parent ca4c2ed commit cad0eca
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 @@ -237,7 +237,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 cad0eca

Please sign in to comment.