From ca63639b8d17db99c2acbee68e87e12279ba0127 Mon Sep 17 00:00:00 2001 From: Mat Ryer Date: Tue, 16 Oct 2012 21:22:47 +0100 Subject: [PATCH] fixed formatting issue --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 4dce6ea..7ffcf7c 100644 --- a/README.md +++ b/README.md @@ -16,10 +16,10 @@ The `assert` package provides some helpful methods that allow you to write bette Some examples: - func TestSomething(t *testing.T) { + func TestSomething(t *testing.T) { - assert.Equal(t, 123, 123, "they should be equal") - assert.NotNil(t, object) - assert.Nil(t, object) + assert.Equal(t, 123, 123, "they should be equal") + assert.NotNil(t, object) + assert.Nil(t, object) - } \ No newline at end of file + } \ No newline at end of file