Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
ssdetlab committed Aug 19, 2024
1 parent 69cdca0 commit a98a692
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Core/include/Acts/Seeding/PathSeeder.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ class PathSeeder {
: ipP(ipPmag),
ipDir(std::move(ipPdir)),
ipVertex(std::move(ipPos)),
sourceLinks(std::move(sls)){};
sourceLinks(std::move(sls)) {};
};

/// @brief Delegate to provide the relevant grid
Expand Down Expand Up @@ -151,7 +151,7 @@ class PathSeeder {
};

/// @brief Constructor
PathSeeder(const Config& config) : m_cfg(std::move(config)){};
PathSeeder(const Config& config) : m_cfg(std::move(config)) {};

/// @brief Destructor
~PathSeeder() = default;
Expand Down

0 comments on commit a98a692

Please sign in to comment.