mirror of
https://github.com/zyedidia/micro.git
synced 2026-02-04 22:20:20 +09:00
gofmt fix
This commit is contained in:
@@ -52,7 +52,7 @@ func findLineParams(b *Buffer, start, end Loc, i int, r *regexp.Regexp) ([]byte,
|
||||
r = regexp.MustCompile(".(?:" + r.String() + ")")
|
||||
} else if padMode == padEnd {
|
||||
r = regexp.MustCompile("(?:" + r.String() + ").")
|
||||
} else {
|
||||
} else {
|
||||
// padMode == padStart|padEnd
|
||||
r = regexp.MustCompile(".(?:" + r.String() + ").")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user