Skip to content

Commit

Permalink
Add extra lines
Browse files Browse the repository at this point in the history
  • Loading branch information
martinmr committed Aug 11, 2024
1 parent 834e27b commit d2e456a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/display.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,15 @@ pub fn print_literacy(lesson_type: &LiteracyLesson, examples: &[String], excepti
}
if !sampled_examples.is_empty() {
println!("Examples:");
println!();
for example in sampled_examples {
print_inline(&example);
println!();
}
}
if !sampled_exceptions.is_empty() {
println!("Exceptions:");
println!();
for exception in sampled_exceptions {
print_inline(&exception);
println!();
Expand Down

0 comments on commit d2e456a

Please sign in to comment.