Skip to content

Commit

Permalink
Code review changes.
Browse files Browse the repository at this point in the history
  • Loading branch information
piohei committed Sep 5, 2024
1 parent b5dd577 commit e1562bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/service.rs
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ impl Service {
initialize_predefined_values(&app).await?;

Ok(Self {
app: app,
app,
local_addr,
server_handle,
})
Expand Down

0 comments on commit e1562bb

Please sign in to comment.