Skip to content

Commit

Permalink
Change output to better indicate functionality
Browse files Browse the repository at this point in the history
  • Loading branch information
Glitchy-Tozier committed Oct 24, 2023
1 parent cf89241 commit f32bbaa
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 f32bbaa

Please sign in to comment.