Skip to content

Commit ffd67ac

Browse files
committed
Apply code-checks change
1 parent 5d15428 commit ffd67ac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

FWCore/Framework/src/ScheduleBuilder.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -563,8 +563,8 @@ namespace edm {
563563
oAllConditionalModules);
564564
}
565565

566-
static const std::string kFilterType("EDFilter");
567-
static const std::string kProducerType("EDProducer");
566+
const std::string kFilterType("EDFilter");
567+
const std::string kProducerType("EDProducer");
568568

569569
} // namespace
570570
ScheduleBuilder::ScheduleBuilder(ModuleRegistry& iModuleRegistry,

0 commit comments

Comments
 (0)