Skip to content

Commit 898c793

Browse files
authored
Fix namespace closing for o2 in BunchFilling.h (#14791)
1 parent ed79b66 commit 898c793

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

DataFormats/common/include/CommonDataFormat/BunchFilling.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,6 @@ class BunchFilling
107107

108108
ClassDefNV(BunchFilling, 2);
109109
};
110-
} // namespace o2
111110

112111
namespace framework
113112
{
@@ -118,5 +117,6 @@ struct is_messageable<o2::BunchFilling> : std::true_type {
118117
};
119118

120119
} // namespace framework
120+
} // namespace o2
121121

122122
#endif

0 commit comments

Comments
 (0)