Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Thats not how concat works :) #135

Open
Herostwist opened this issue Jul 19, 2018 · 2 comments
Open

Thats not how concat works :) #135

Herostwist opened this issue Jul 19, 2018 · 2 comments
Assignees
Labels
Milestone

Comments

@Herostwist
Copy link

return string.Concat(swStr + Constants.PIPE_URL_ENCODED + neStr);

@Herostwist
Copy link
Author

Herostwist commented Jul 19, 2018

return string.Concat(swStr, Constants.PIPE_URL_ENCODED, neStr);

@ericnewton76
Copy link
Owner

Ah good catch. Some code has my name on it but might've come from others when I took it over. Might be mine, not sure. Lol

Can you try to find some more silliness like this? I'll try to lump this into a PR

@ericnewton76 ericnewton76 self-assigned this Jul 19, 2018
@ericnewton76 ericnewton76 added this to the 0.22 milestone Jul 19, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants