diff options
author | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 04:57:31 +0200 |
---|---|---|
committer | Joop Kiefte <ikojba@gmail.com> | 2020-11-20 04:57:31 +0200 |
commit | 0de1aeec0e39ae085da52f37bf33f5b855b7454c (patch) | |
tree | 1f3cf7d13fe4274717d2f06ac6b8f218bf70dc67 /rules/rules.go | |
parent | 4c8acbc7d60dcfab90855b442fb14363e69a03d1 (diff) |
Correct indentation (again...)
Diffstat (limited to 'rules/rules.go')
-rw-r--r-- | rules/rules.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rules/rules.go b/rules/rules.go index b645406..c146f01 100644 --- a/rules/rules.go +++ b/rules/rules.go @@ -43,7 +43,7 @@ var Default = Set{ Width: 3.3, }, "dialog": { - Left: 3.1, + Left: 2.5, Width: 3.3, }, "scene": { @@ -52,7 +52,7 @@ var Default = Set{ Style: "b", }, "paren": { - Left: 3.6, + Left: 3.1, Width: 4, }, "trans": { |