aboutsummaryrefslogtreecommitdiff
path: root/lib/test
diff options
context:
space:
mode:
authorShulhan <m.shulhan@gmail.com>2019-09-25 00:59:42 +0700
committerShulhan <m.shulhan@gmail.com>2019-09-25 00:59:42 +0700
commited84f4d36ea43a248398d692f7f2b5c9e6b34517 (patch)
tree9e3394cf8b2c79778a0890043afd4bf9b375a724 /lib/test
parent34fbb5e1d51a9f2157de65c01437351d4e48cca8 (diff)
downloadpakakeh.go-ed84f4d36ea43a248398d692f7f2b5c9e6b34517.tar.xz
all: fix linter warnings
Diffstat (limited to 'lib/test')
-rw-r--r--lib/test/mock/mock.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/test/mock/mock.go b/lib/test/mock/mock.go
index 2866d09d..981862fb 100644
--- a/lib/test/mock/mock.go
+++ b/lib/test/mock/mock.go
@@ -180,7 +180,6 @@ func ResetStdin(truncate bool) {
if err != nil {
log.Fatal(err)
}
-
}
}