diff options
| author | mo8it <mo8it@proton.me> | 2024-04-12 19:30:36 +0200 |
|---|---|---|
| committer | mo8it <mo8it@proton.me> | 2024-04-12 19:30:36 +0200 |
| commit | 757723a7e8db5822df3b7ca56012448ca292ce4f (patch) | |
| tree | 6e496ed36394e22db70e03352e8298da05ad18f8 /src/run.rs | |
| parent | ff4c7529846ba13ecb2e90616ff8fd7a9ee87164 (diff) | |
Add missing newline
Diffstat (limited to 'src/run.rs')
| -rw-r--r-- | src/run.rs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -21,7 +21,7 @@ pub fn run(app_state: &mut AppState) -> Result<()> { } stdout.write_fmt(format_args!( - "{}{}", + "{}{}\n", "✓ Successfully ran ".green(), exercise.path.to_string_lossy().green(), ))?; |
