Skip to content

Commit

Permalink
chore: remove unnecessary cloning in code
Browse files Browse the repository at this point in the history
  • Loading branch information
bochaco committed Dec 2, 2024
1 parent 10ac99f commit 847b591
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ To see the logs you can simply use the following command:
$ docker compose logs -f
```

Upgrading the application (without stopping the running nodes instances) can be simply achieved by pulling the new Formicaio image and restarting the service:
Upgrading the application (without stopping the running node instances) can be simply achieved by pulling the new Formicaio image and restarting the service:
```
$ docker compose pull formicaio
$ docker compose down formicaio
Expand Down
1 change: 0 additions & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@ async fn main() {

let app = Router::new()
.leptos_routes(&app_state, routes, {
let leptos_options = leptos_options.clone();
move || shell(leptos_options.clone())
})
.fallback(leptos_axum::file_and_error_handler::<ServerGlobalState, _>(
Expand Down

0 comments on commit 847b591

Please sign in to comment.