Skip to content

Commit

Permalink
Update grammar.peg
Browse files Browse the repository at this point in the history
  • Loading branch information
luisespino committed Jan 8, 2025
1 parent d95b6e5 commit 1ec28da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/test2/grammar.peg
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
contains
function temp() result(res)
character(len=:), allocatable :: res
character(len=10) :: temp_str
character(len=32) :: temp_str
id = id + 1
write(temp_str, '(A, I0)') "t", id
res = trim(adjustl(temp_str))
Expand Down

0 comments on commit 1ec28da

Please sign in to comment.