Skip to content

Commit

Permalink
fix clippy warning
Browse files Browse the repository at this point in the history
Signed-off-by: Akhil T Thomas <[email protected]>
  • Loading branch information
deliteser112 committed Jan 26, 2024
1 parent 5bb97c5 commit 5b5b858
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions kuksa_databroker/databroker/src/viss/v2/server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,7 @@ impl Viss for Server {
data_type: None,
description: None,
allowed: None,
unit: None,
})
.map_err(|err| SetErrorResponse {
request_id: request_id.clone(),
Expand Down

0 comments on commit 5b5b858

Please sign in to comment.