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 <akhilthomasmec@gmail.com>
  • Loading branch information
AkhilTThomas authored and lukasmittag committed Jan 26, 2024
1 parent 877ade6 commit 1c024ac
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 1c024ac

Please sign in to comment.