Skip to content

Commit

Permalink
Fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
pdillinger committed Jun 11, 2024
1 parent 7e4230a commit 77ed61b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion table/table_reader.h
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,7 @@ class TableReader {
class EnforceReadOpts {
public:
// no copies
EnforceReadOpts(EnforceReadOpts&) = delete;
EnforceReadOpts(const EnforceReadOpts&) = delete;
EnforceReadOpts& operator=(const EnforceReadOpts&) = delete;

#ifdef NDEBUG
Expand Down

0 comments on commit 77ed61b

Please sign in to comment.