Skip to content

Commit 4903a04

Browse files
committed
code checks and format
1 parent e2787da commit 4903a04

File tree

1 file changed

+1
-1
lines changed
  • DataFormats/L1TParticleFlow/interface

1 file changed

+1
-1
lines changed

Diff for: DataFormats/L1TParticleFlow/interface/PFJet.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ namespace l1t {
5656
private:
5757
float rawPt_;
5858
Constituents constituents_;
59-
std::array<PackedJet, 3> encodedJet_ = {{ {{0, 0}}, {{0, 0}}, {{0, 0}} }};
59+
std::array<PackedJet, 3> encodedJet_ = {{{{0, 0}}, {{0, 0}}, {{0, 0}}}};
6060
};
6161

6262
typedef std::vector<l1t::PFJet> PFJetCollection;

0 commit comments

Comments
 (0)