Skip to content
This repository has been archived by the owner on Aug 28, 2019. It is now read-only.

Commit

Permalink
go fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
bobtfish committed Aug 30, 2014
1 parent b815983 commit 67836f1
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions user_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ import "testing"
import "os/user"

func Test_getCurrentUser_1(t *testing.T) {
_, _, _, _, err := getCurrentUser()
if err != nil {
t.Error("Error from getCurrentUser")
}
_, _, _, _, err := getCurrentUser()
if err != nil {
t.Error("Error from getCurrentUser")
}
}

func Test_getUser_1(t *testing.T) {
Expand Down Expand Up @@ -53,4 +53,3 @@ func Test_getUser_3(t *testing.T) {
t.Error("No error from getUser")
}
}

0 comments on commit 67836f1

Please sign in to comment.