]> git.lizzy.rs Git - micro.git/blobdiff - runtime/syntax/syntax_converter.go
Merge branch 'python-highlight-zero' of https://github.com/a11ce/micro into a11ce...
[micro.git] / runtime / syntax / syntax_converter.go
index 9dfe4bb8c3df0224311cef3dd8858a3ddccb5e28..037a4bd4aa48f6c7a41732bf09dae5ed3c6b1188 100644 (file)
@@ -24,7 +24,6 @@ type MultiRule struct {
 func JoinRule(rule string) string {
        split := strings.Split(rule, `" "`)
        joined := strings.Join(split, "|")
-       joined = joined
        return joined
 }