Skip to content

Commit 04affc8

Browse files
committed
code format
1 parent 0600d89 commit 04affc8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Validation/RecoMuon/plugins/MuonTrackValidator.cc

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -423,7 +423,8 @@ void MuonTrackValidator::analyze(const edm::Event& event, const edm::EventSetup&
423423
edm::Handle<reco::BeamSpot> recoBeamSpotHandle;
424424
bool bs_Available = event.getByToken(bsSrc_Token, recoBeamSpotHandle);
425425
reco::BeamSpot bs;
426-
if (bs_Available) bs = *recoBeamSpotHandle;
426+
if (bs_Available)
427+
bs = *recoBeamSpotHandle;
427428
edm::LogVerbatim("MuonTrackValidator") << bs;
428429

429430
std::vector<const reco::TrackToTrackingParticleAssociator*> associator;

0 commit comments

Comments
 (0)