Skip to content

Commit 74754b4

Browse files
committed
Formatting
1 parent f2bf9c5 commit 74754b4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Data/HashMap/Base.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1353,4 +1353,4 @@ ptrEq x y = isTrue# (reallyUnsafePtrEquality# x y ==# 1#)
13531353
instance (Eq k, Hashable k) => Exts.IsList (HashMap k v) where
13541354
type Item (HashMap k v) = (k, v)
13551355
fromList = fromList
1356-
toList = toList
1356+
toList = toList

0 commit comments

Comments
 (0)