Skip to content

Commit 904f006

Browse files
author
Kyungmin Park
committed
remove redundant blank
1 parent 61cda8d commit 904f006

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQM/EcalMonitorTasks/python/TrigPrimTask_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -273,7 +273,7 @@
273273
description = cms.untracked.string('Distribution of the trigger primitive Et.')
274274
),
275275
EtRealSpikeMatched = cms.untracked.PSet(
276-
path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Et spectrum Real Digis matched to spikes %(suffix)s'),
276+
path = cms.untracked.string('%(subdet)s/%(prefix)sTriggerTowerTask/%(prefix)sTTT Et spectrum Real Digis matched to spikes%(suffix)s'),
277277
kind = cms.untracked.string('TH1F'),
278278
otype = cms.untracked.string('Ecal3P'),
279279
xaxis = cms.untracked.PSet(

0 commit comments

Comments
 (0)