Skip to content

Commit 9ba6af4

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent 6164de9 commit 9ba6af4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/test_source/hover/intent.f90

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,4 +5,4 @@ subroutine intent(arg1, arg2, arg3, arg4, arg5)
55
integer(4), intent(inout) :: arg3
66
integer(4), intent(in out) :: arg4
77
real, optional, intent(in) :: arg5
8-
end subroutine intent
8+
end subroutine intent

0 commit comments

Comments
 (0)