Skip to content

Commit fc95c99

Browse files
committed
silence clang tidy
1 parent 0f8c575 commit fc95c99

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/viam/sdk/common/client_helper.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ bool isStatusCancelled(int status) noexcept {
2323
return status == ::grpc::StatusCode::CANCELLED;
2424
}
2525

26-
void set_name(...) {}
26+
void set_name(...) {} // NOLINT(cert-dcl50-cpp)
2727

2828
} // namespace client_helper_details
2929

0 commit comments

Comments
 (0)