Skip to content

Commit 45e70d6

Browse files
committed
[NFC][ntuple] suppress cling-tidy warning for RKeyBlob
1 parent 5887f8a commit 45e70d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tree/ntuple/src/RMiniFile.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -615,7 +615,7 @@ struct RTFileControlBlock {
615615
/// like a TBasket.
616616
/// NOTE: out of anonymous namespace because otherwise ClassDefInline fails to compile
617617
/// on some platforms.
618-
class RKeyBlob : public TKey {
618+
class RKeyBlob : public TKey { // NOLINT(misc-use-internal-linkage)
619619
public:
620620
RKeyBlob() = default;
621621

0 commit comments

Comments
 (0)