diff options
| author | Shulhan <ms@kilabit.info> | 2019-09-14 13:53:08 +0700 |
|---|---|---|
| committer | Shulhan <ms@kilabit.info> | 2019-09-27 19:15:40 +0700 |
| commit | 7524212de773a6aa90ed38de4b30b2368cb4ad4c (patch) | |
| tree | 37470f35ff1a3946a3031e1adb49e63b6f05da41 /lib/git/git_test.go | |
| parent | 9e64560816331848b27a7020586235f50e166332 (diff) | |
| download | pakakeh.go-7524212de773a6aa90ed38de4b30b2368cb4ad4c.tar.xz | |
all: remove unnecessary trailing newline
Diffstat (limited to 'lib/git/git_test.go')
| -rw-r--r-- | lib/git/git_test.go | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/git/git_test.go b/lib/git/git_test.go index ebc114f1..1e182368 100644 --- a/lib/git/git_test.go +++ b/lib/git/git_test.go @@ -116,7 +116,6 @@ func TestGetRemoteURL(t *testing.T) { test.Assert(t, "stderr", c.expStderr, mock.Error(), true) test.Assert(t, "stdout", c.expStdout, mock.Output(), true) } - } func TestGetTag(t *testing.T) { |
