We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
suggest add space or '.' before tss.2 like before tss.1
tklog/src/lib.rs
Line 471 in bcfe832
if !tss.1.is_empty() { if !time.is_empty() { time.push(' '); } time.push_str(tss.1.as_str()); } if !tss.2.is_empty() { + if !time.is_empty() { + time.push(' '); + } time.push_str(tss.2.as_str()); }
The text was updated successfully, but these errors were encountered:
@bluebug Ok, thanks, there is a dot missing, I will correct it as soon as possible
Sorry, something went wrong.
v0.2.7 solved 👍
No branches or pull requests
suggest add space or '.' before tss.2 like before tss.1
tklog/src/lib.rs
Line 471 in bcfe832
The text was updated successfully, but these errors were encountered: