Skip to content

Commit e20adc8

Browse files
committed
Add missing newline at the end of file
1 parent b5b5a54 commit e20adc8

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

TauAnalysis/MCEmbeddingTools/docs/README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ cmsDriver.py ...
2727
--customise TauAnalysis/MCEmbeddingTools/customisers.customisoptions,TauAnalysis/MCEmbeddingTools/customisers.customiseMerging \
2828

2929

30-
You can find some working examples for CMSSW_8_0_21 in this folder.
30+
You can find some working examples for CMSSW_8_0_21 in this folder.

TauAnalysis/MCEmbeddingTools/python/EmbeddingLHEProducer_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,4 +10,4 @@
1010
studyFSRmode = cms.untracked.string("reco")
1111
)
1212

13-
makeexternalLHEProducer = cms.Sequence( externalLHEProducer)
13+
makeexternalLHEProducer = cms.Sequence( externalLHEProducer)

TauAnalysis/MCEmbeddingTools/python/EmbeddingVertexCorrector_cfi.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
VtxCorrectedToInput = cms.EDProducer("EmbeddingVertexCorrector",
55
src = cms.InputTag("generator","unsmeared")
6-
)
6+
)

0 commit comments

Comments
 (0)