Skip to content

Commit

Permalink
Fix clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
rschu1ze committed Dec 11, 2024
1 parent 6e2574f commit ae9f3d6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cpp/src/arrow/type_fwd.h
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ using BufferVector = std::vector<std::shared_ptr<Buffer>>;

class DataType;
class Field;
class FieldRef;
class FieldRef; /// NOLINT(bugprone-forward-declaration-namespace)
class KeyValueMetadata;
enum class Endianness;
class Schema;
Expand Down

0 comments on commit ae9f3d6

Please sign in to comment.