Skip to content

Commit

Permalink
Update launcher/src/main.rs
Browse files Browse the repository at this point in the history
Adding a blank space after comma.

Co-authored-by: Joe Runde <Joseph.Runde@ibm.com>
Signed-off-by: Jeff Fialho <jefferson@fialhocoelho.com.br>
  • Loading branch information
fialhocoelho and joerunde authored Jun 28, 2024
1 parent fe973b6 commit fdf33f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion launcher/src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -522,7 +522,7 @@ fn get_max_sequence_length(max_sequence_length: Option<usize>, config_path: &Pat
source = "default";
DEFAULT_MAX_SEQUENCE_LENGTH
});
info!("Using {} max_sequence_length: {}",source, result);
info!("Using {} max_sequence_length: {}", source, result);
return result;
}

Expand Down

0 comments on commit fdf33f8

Please sign in to comment.