Skip to content

Commit b90334b

Browse files
authored
Remove return {} from FFI function (#175)
1 parent e46daf7 commit b90334b

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/Data/Array/ST/Partial.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ exports.pokeImpl = function (i) {
1313
return function (xs) {
1414
return function () {
1515
xs[i] = a;
16-
return {};
1716
};
1817
};
1918
};

0 commit comments

Comments
 (0)