Skip to content

Commit 91f42cf

Browse files
chuckyvtjvdp1
andauthored
Update example/hashmaps/example_hashmaps_get_all_keys.f90
Co-authored-by: Jeremie Vandenplas <jeremie.vandenplas@gmail.com>
1 parent b2e08d5 commit 91f42cf

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/hashmaps/example_hashmaps_get_all_keys.f90

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,7 @@
11
program example_hashmaps_get_all_keys
22
use stdlib_kinds, only: int32
33
use stdlib_hashmaps, only: chaining_hashmap_type
4-
use stdlib_hashmap_wrappers, only: get, &
5-
key_type, set
4+
use stdlib_hashmap_wrappers, only: get, key_type, set
65
implicit none
76
type(chaining_hashmap_type) :: map
87
type(key_type) :: key

0 commit comments

Comments
 (0)