X-Git-Url: https://git.lizzy.rs/?a=blobdiff_plain;f=runtime%2Fsyntax%2Fsyntax_converter.go;h=037a4bd4aa48f6c7a41732bf09dae5ed3c6b1188;hb=54c23cae72d7237bc898a59f79aad0acffdf0ffe;hp=9dfe4bb8c3df0224311cef3dd8858a3ddccb5e28;hpb=812b547679d803a233261c1e5f8a95dfebd9f41e;p=micro.git diff --git a/runtime/syntax/syntax_converter.go b/runtime/syntax/syntax_converter.go index 9dfe4bb8..037a4bd4 100644 --- a/runtime/syntax/syntax_converter.go +++ b/runtime/syntax/syntax_converter.go @@ -24,7 +24,6 @@ type MultiRule struct { func JoinRule(rule string) string { split := strings.Split(rule, `" "`) joined := strings.Join(split, "|") - joined = joined return joined }