Skip to content

Commit 2e6d8d9

Browse files
committed
fix cpp linter
Signed-off-by: Junwang Zhao <[email protected]>
1 parent ad790f3 commit 2e6d8d9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/iceberg/reader.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ namespace iceberg {
2929
/// \brief Interface for reading bytes from a file.
3030
class ICEBERG_EXPORT Reader {
3131
public:
32-
Reader() = default;
3332
virtual ~Reader() = default;
3433

3534
/// \brief Get the size of the file.

0 commit comments

Comments
 (0)