aboutsummaryrefslogtreecommitdiffstats
path: root/skate
diff options
context:
space:
mode:
Diffstat (limited to 'skate')
-rw-r--r--skate/map.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/skate/map.go b/skate/map.go
index 2cb4ebc..8d8094b 100644
--- a/skate/map.go
+++ b/skate/map.go
@@ -11,7 +11,7 @@ import (
)
var (
- bTab = []byte("\b")
+ bTab = []byte("\t")
bNewline = []byte("\n")
)