mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-11 15:12:47 +09:00
Fix windows errors
This commit is contained in:
@@ -24,7 +24,6 @@ type MultiRule struct {
|
||||
func JoinRule(rule string) string {
|
||||
split := strings.Split(rule, `" "`)
|
||||
joined := strings.Join(split, "|")
|
||||
joined = joined
|
||||
return joined
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user