Skip to content

Commit 4aefdf1

Browse files
chuckyvtjvdp1
andauthored
Update example/hashmaps/example_hashmaps_remove.f90
Co-authored-by: Jeremie Vandenplas <[email protected]>
1 parent 4424211 commit 4aefdf1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

example/hashmaps/example_hashmaps_remove.f90

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ program example_remove
1818
call set(other, 4.0)
1919

2020
! Explicitly set key type using set function
21-
call set(key, [1, 2, 3] )
21+
call set(key, [1, 2, 3])
2222
call map%map_entry(key, other)
2323
call map%remove(key, existed)
2424
print *, "Removed key existed = ", existed

0 commit comments

Comments
 (0)