aboutsummaryrefslogtreecommitdiff
path: root/cutter.go
diff options
context:
space:
mode:
authorDimitri Sokolyuk <demon@dim13.org>2015-04-23 01:26:47 +0200
committerDimitri Sokolyuk <demon@dim13.org>2015-04-23 01:26:47 +0200
commit4cfa88a96b784b008176f289128bc706695c7d1f (patch)
tree8089f8c6920b9e7a6b1796227e41a68c30c53917 /cutter.go
parent963276082422d3411226955d59b9c9ca4aee2c64 (diff)
gofmt
Diffstat (limited to 'cutter.go')
-rw-r--r--cutter.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/cutter.go b/cutter.go
index d41848c..5d0891c 100644
--- a/cutter.go
+++ b/cutter.go
@@ -64,7 +64,7 @@ func (c Cutter) TestCut() {
type StepDirection int
const (
- stepFinish StepDirection = 1<<iota
+ stepFinish StepDirection = 1 << iota
StepDown
StepUp
StepLeft