Skip to content

Commit cf5f4e5

Browse files
author
xiao.dong
committed
fix cpplint
1 parent 8fabe7c commit cf5f4e5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/iceberg/v1_metadata.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,9 +45,9 @@ class V1MetaData {
4545
ManifestEntry wrap(ManifestEntry entry) { return *this; }
4646
};
4747

48-
static ManifestFileWrapper manifestFileWrapper() { return ManifestFileWrapper(); }
48+
static ManifestFileWrapper manifestFileWrapper() { return {}; }
4949

50-
static ManifestEntryWrapper manifestEntryWrapper() { return ManifestEntryWrapper(); }
50+
static ManifestEntryWrapper manifestEntryWrapper() { return {}; }
5151
};
5252

5353
} // namespace iceberg

0 commit comments

Comments
 (0)