Skip to content

Commit

Permalink
Merge pull request #70 from Glitchy-Tozier/Small-Fixes
Browse files Browse the repository at this point in the history
`optimize_sa`: Change output to better indicate functionality
  • Loading branch information
dariogoetz authored Oct 26, 2023
2 parents cf89241 + f32bbaa commit 04821b0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ struct BestObserver {
impl Observe<SaIterState> for BestObserver {
fn observe_iter(&mut self, state: &SaIterState, _kv: &KV) -> Result<(), Error> {
let reason = match state.iter {
0 => "Starting layout:".blue(),
0 => "First tested layout:".blue(),
_ => "New best:".green(),
};
let best_layout = self
Expand Down

0 comments on commit 04821b0

Please sign in to comment.