We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4424211 commit 4aefdf1Copy full SHA for 4aefdf1
example/hashmaps/example_hashmaps_remove.f90
@@ -18,7 +18,7 @@ program example_remove
18
call set(other, 4.0)
19
20
! Explicitly set key type using set function
21
- call set(key, [1, 2, 3] )
+ call set(key, [1, 2, 3])
22
call map%map_entry(key, other)
23
call map%remove(key, existed)
24
print *, "Removed key existed = ", existed
0 commit comments