Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Carroll <[email protected]>
  • Loading branch information
mjcarroll committed Sep 7, 2023
1 parent f7a1fa3 commit 27c540c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions src/SDF.cc
Original file line number Diff line number Diff line change
Expand Up @@ -126,8 +126,9 @@ std::string findFile(const std::string &_filename, bool _searchLocalPath,

// Next check the versioned install path.
path = sdf::filesystem::append(sdfSharePath(),
"sdformat" + std::string(SDF_MAJOR_VERSION_STR),
sdf::SDF::Version(), filename);
"sdformat" + std::string(SDF_MAJOR_VERSION_STR),
sdf::SDF::Version(), filename);

if (sdf::filesystem::exists(path))
{
return path;
Expand Down

0 comments on commit 27c540c

Please sign in to comment.