Skip to content

Commit a470abe

Browse files
chuckyvtjvdp1
andauthored
Update example/hashmaps/example_hashmaps_set_other_data.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent 4aefdf1 commit a470abe

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

example/hashmaps/example_hashmaps_set_other_data.f90

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ program example_set_other_data
1212
! Initialize hashmap with 2^10 slots.
1313
! Hashmap will dynamically increase size if needed.
1414
call map%init(fnv_1_hasher, slots_bits=10)
15-
1615
call set(key, [5, 7, 4, 13])
1716
call set(other, 'A value')
1817
call map%map_entry(key, other)

0 commit comments

Comments
 (0)