Skip to content

Commit 716d2f5

Browse files
committed
Fixed minor formatting of output
Added a blank to the output afer a comma. [ticket: X]
1 parent d20faf8 commit 716d2f5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tests/logger/test_stdlib_logger.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ program test_stdlib_logger
4747
print *
4848
print *, 'running log_text_error'
4949
call global % log_text_error( 'This text should be written to UNIT1' // &
50-
'and UNIT3 and not to OUTPUT_UNIT.', &
50+
' and UNIT3 and not to OUTPUT_UNIT.', &
5151
column = 25, &
5252
summary = 'There is no real error here.', &
5353
filename = 'dummy.txt', &

0 commit comments

Comments
 (0)