Skip to content

Commit f1498a0

Browse files
committed
go fmt is all osx files and general files
Signed-off-by: avaid96 <[email protected]>
1 parent c2abee4 commit f1498a0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

client/client.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,4 +78,4 @@ func List(program ProgramFunc) error {
7878
return fmt.Errorf("error listing credentials - err: %v, out: `%s`", err, t)
7979
}
8080
return nil
81-
}
81+
}

osxkeychain/osxkeychain_darwin_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ func TestOSXKeychainHelper(t *testing.T) {
4343
defer helper.Delete(creds1.ServerURL)
4444
newpaths, newaccts, err := helper.List()
4545
if len(newpaths)-len(paths) != 1 || len(newaccts)-len(accts) != 1 {
46-
if(err == nil) {
46+
if err == nil {
4747
t.Fatalf("Error: len(newpaths): %d, len(paths): %d\n len(newaccts): %d, len(accts): %d\n Error= %s", len(newpaths), len(paths), len(newaccts), len(accts), "")
4848
}
4949
t.Fatalf("Error: len(newpaths): %d, len(paths): %d\n len(newaccts): %d, len(accts): %d\n Error= %s", len(newpaths), len(paths), len(newaccts), len(accts), err.Error())

0 commit comments

Comments
 (0)