whitespace

This commit is contained in:
Jay Hayes
2016-04-24 23:08:15 -05:00
parent fcff0af7b2
commit 4a42e78e63

View File

@@ -2,7 +2,7 @@ defmodule TupleTests do
use ExUnit.Case
import TestHarness
test "Tuples" do
test "Tuples" do
answers = [
{:a, 1, "hi"},
3,