Skip to content

Commit 24da29b

Browse files
njacazioatriolo
authored andcommitted
Fix namespace closing for o2 in BunchFilling.h (AliceO2Group#14791)
1 parent d8a7041 commit 24da29b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)