Skip to content

Commit a45e8d4

Browse files
refactor: remove NOLINT (#2131)
1 parent 662f040 commit a45e8d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/storage/disk_table.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
#include "base/endianconv.h"
2525
#include "base/slice.h"
2626
#include "boost/lexical_cast.hpp"
27-
#include "common/timer.h" // NOLINT
27+
#include "common/timer.h"
2828
#include "gflags/gflags.h"
2929
#include "proto/common.pb.h"
3030
#include "proto/tablet.pb.h"

src/storage/disk_table_test.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
#include "base/glog_wapper.h"
2323
#include "codec/schema_codec.h"
2424
#include "codec/sdk_codec.h"
25-
#include "common/timer.h" // NOLINT
25+
#include "common/timer.h"
2626
#include "gtest/gtest.h"
2727
#include "storage/ticket.h"
2828
#include "test/util.h"

0 commit comments

Comments
 (0)