Skip to content

Commit

Permalink
editoast: rename typo in a variable
Browse files Browse the repository at this point in the history
  • Loading branch information
woshilapin authored and flomonster committed Jul 11, 2024
1 parent 9a1fbcb commit 2023c50
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions editoast/src/views/v2/train_schedule.rs
Original file line number Diff line number Diff line change
Expand Up @@ -460,7 +460,7 @@ pub async fn train_simulation_batch(
}

fn build_simulation_request(
infa: &Infra,
infra: &Infra,
train_schedule: &TrainSchedule,
path_items_position: &[u64],
path: SimulationPath,
Expand Down Expand Up @@ -514,8 +514,8 @@ fn build_simulation_request(
.collect();

SimulationRequest {
infra: infa.id,
expected_version: infa.version.clone(),
infra: infra.id,
expected_version: infra.version.clone(),
path,
schedule,
margins,
Expand Down

0 comments on commit 2023c50

Please sign in to comment.