Skip to content

Commit e4317e2

Browse files
committed
format
1 parent ab49433 commit e4317e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/m_helper.fpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -618,7 +618,7 @@ contains
618618
real(wp) :: gx
619619
620620
if (x > 0) then
621-
gx = exp(-1._wp / x)
621+
gx = exp(-1._wp/x)
622622
else
623623
gx = 0._wp
624624
end if

0 commit comments

Comments
 (0)