summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--gwic.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/gwic.go b/gwic.go
index 5cbbd93..427ec05 100644
--- a/gwic.go
+++ b/gwic.go
@@ -45,7 +45,7 @@ func main() {
fmt.Printf("Need string to search for. Exiting...\n")
os.Exit(1)
}
- tw = tabwriter.NewWriter(os.Stdout, 1, 2, 1, ' ', 0)
+ tw = tabwriter.NewWriter(os.Stdout, 1, 1, 1, ' ', 0)
reader := bufio.NewReader(os.Stdin)
all, err := ioutil.ReadAll(reader)