mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-25 18:07:07 +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() + ")")
|
r = regexp.MustCompile(".(?:" + r.String() + ")")
|
||||||
} else if padMode == padEnd {
|
} else if padMode == padEnd {
|
||||||
r = regexp.MustCompile("(?:" + r.String() + ").")
|
r = regexp.MustCompile("(?:" + r.String() + ").")
|
||||||
} else {
|
} else {
|
||||||
// padMode == padStart|padEnd
|
// padMode == padStart|padEnd
|
||||||
r = regexp.MustCompile(".(?:" + r.String() + ").")
|
r = regexp.MustCompile(".(?:" + r.String() + ").")
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user