summaryrefslogtreecommitdiffstats
path: root/src/core.go
diff options
context:
space:
mode:
Diffstat (limited to 'src/core.go')
-rw-r--r--src/core.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/core.go b/src/core.go
index ebb7d66c..204532b2 100644
--- a/src/core.go
+++ b/src/core.go
@@ -216,6 +216,9 @@ func Run(options *Options) {
if opts.PrintQuery {
fmt.Println(opts.Query)
}
+ if len(opts.Expect) > 0 {
+ fmt.Println()
+ }
for i := 0; i < count; i++ {
fmt.Println(val.Get(i).AsString())
}