Skip to content

Commit

Permalink
Merge pull request #29894 from fwyzard/Apply_clang-format_RecoLocalTr…
Browse files Browse the repository at this point in the history
…acker

Apply code checks to the RecoLocalTracker packages
  • Loading branch information
cmsbuild committed May 18, 2020
2 parents 467331c + d98fcde commit 84fea16
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -18,7 +18,7 @@
class PixelFakeCPE final : public PixelClusterParameterEstimator {
public:
PixelFakeCPE() = default;
~PixelFakeCPE() = default;
~PixelFakeCPE() override = default;

typedef std::pair<LocalPoint, LocalError> LocalValues;
typedef std::vector<LocalValues> VLocalValues;
Expand Down

0 comments on commit 84fea16

Please sign in to comment.