Skip to content

Commit 8c2f715

Browse files
committed
modify code-format
1 parent f23748d commit 8c2f715

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DQMOffline/Trigger/plugins/BTVHLTOfflineSource.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -230,7 +230,7 @@ class BTVHLTOfflineSource : public DQMEDAnalyzer {
230230

231231
class PathInfoCollection : public std::vector<PathInfo> {
232232
public:
233-
PathInfoCollection() : std::vector<PathInfo>(){};
233+
PathInfoCollection() : std::vector<PathInfo>() {};
234234
std::vector<PathInfo>::iterator find(const std::string& pathName) { return std::find(begin(), end(), pathName); }
235235
};
236236

0 commit comments

Comments
 (0)