🔪 whitespace

This commit is contained in:
Jay Hayes
2017-02-11 13:56:20 -05:00
parent 2cf4ed485b
commit c712592ac4
2 changed files with 3 additions and 3 deletions

View File

@@ -22,7 +22,7 @@ defmodule MapSets do
koan "Does this value exist in the map set?" do
assert MapSet.member?(@set, 3) == ___
end
koan "I am merely another collection but, you can perform some operations on me" do
new_set = MapSet.new(@set, fn x -> 3 * x end)

View File

@@ -4,13 +4,13 @@ defmodule MapSetsTest do
test "MapSets" do
answers = [
1,
1,
3,
:ok,
true,
{:multiple, [true, false]},
true,
false,
false,
5,
false,
true,