Skip to content

Commit

Permalink
fix(jssp): format code to fix CI (#437)
Browse files Browse the repository at this point in the history
<!-- If applicable - remember to add the PR to the EA Rust project (ONLY
IF THERE IS NO LINKED ISSUE) -->

## Description

<!-- Please describe the motivation & changes introduced by this PR -->

## Linked issues

<!-- Please use "Resolves #<issue_no> syntax in case this PR should be
linked to an issue -->

## Important implementation details

<!-- if any, optional section -->
  • Loading branch information
kkafar authored Oct 19, 2023
1 parent c7d2840 commit eec2250
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion examples/jssp/problem/probe.rs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ use crate::logging::OutputData;
use super::individual::JsspIndividual;

pub(crate) struct JsspProbe {
repeated: Vec<bool>
repeated: Vec<bool>,
}

impl JsspProbe {
Expand Down

0 comments on commit eec2250

Please sign in to comment.