From d58d8b37954201b358003ea40276bb24a35592c5 Mon Sep 17 00:00:00 2001 From: Bernardo Heynemann Date: Thu, 3 Jul 2014 15:47:42 -0300 Subject: [PATCH] removed useless whitespace --- repository/repository_test.go | 4 ---- 1 file changed, 4 deletions(-) diff --git a/repository/repository_test.go b/repository/repository_test.go index 87cdedc..b276562 100644 --- a/repository/repository_test.go +++ b/repository/repository_test.go @@ -566,7 +566,6 @@ func (s *S) TestGetFileContentWhenFileIsInvalid(c *gocheck.C) { bare = oldBare }() c.Assert(errCreate, gocheck.IsNil) - _, err := GetFileContents(repo, "master", "Such file") c.Assert(err, gocheck.ErrorMatches, "^Error when trying to obtain file Such file on ref master of repository gandalf-test-repo \\(exit status 128\\)\\.$") } @@ -628,7 +627,6 @@ func (s *S) TestGetTreeIntegrationWithFileNameWithSpace(c *gocheck.C) { func (s *S) TestGetArchiveIntegrationWhenZip(c *gocheck.C) { expected := make(map[string]string) expected["gandalf-test-repo-master/README"] = "much WOW" - oldBare := bare bare = "/tmp" repo := "gandalf-test-repo" @@ -658,7 +656,6 @@ func (s *S) TestGetArchiveIntegrationWhenZip(c *gocheck.C) { func (s *S) TestGetArchiveIntegrationWhenTar(c *gocheck.C) { expected := make(map[string]string) expected["gandalf-test-repo-master/README"] = "much WOW" - oldBare := bare bare = "/tmp" repo := "gandalf-test-repo" @@ -697,7 +694,6 @@ func (s *S) TestGetArchiveIntegrationWhenTar(c *gocheck.C) { func (s *S) TestGetArchiveIntegrationWhenInvalidFormat(c *gocheck.C) { expected := make(map[string]string) expected["gandalf-test-repo-master/README"] = "much WOW" - oldBare := bare bare = "/tmp" repo := "gandalf-test-repo"