Skip to content

Commit

Permalink
Remove semicolon(s) from 3 files inc unicorn/utils/TestMain.h (facebo…
Browse files Browse the repository at this point in the history
…okincubator#8790)

Summary:
Pull Request resolved: facebookincubator#8790

`-Wextra-semi` or `-Wextra-semi-stmt` found an extra semi

If the code compiles, this is safe to land.

Reviewed By: palmje, dmm-fb

Differential Revision: D53776086

fbshipit-source-id: 2db334c6f394340f0823327a0a7f7a28ceecf420
  • Loading branch information
r-barnes authored and facebook-github-bot committed Feb 18, 2024
1 parent 772461e commit 4019e8f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion velox/dwio/common/Reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ class RowReader {
*/
virtual std::optional<std::vector<PrefetchUnit>> prefetchUnits() {
return std::nullopt;
};
}

/**
* Helper function used by non-selective reader to project top level columns
Expand Down

0 comments on commit 4019e8f

Please sign in to comment.