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

Add missing line breaks after error messages #96

Merged
merged 1 commit into from
Dec 3, 2021
Merged

Add missing line breaks after error messages #96

merged 1 commit into from
Dec 3, 2021

Conversation

LingMan
Copy link
Contributor

@LingMan LingMan commented Dec 3, 2021

Before:

modprobe cpufreq_stats failedLoaded 0 prior measurements

After:

modprobe cpufreq_stats failed
Loaded 0 prior measurements

Since these strings aren't currently translated in any language, I didn't update the *.po files.

Before:
```
modprobe cpufreq_stats failedLoaded 0 prior measurements
```

After:
```
modprobe cpufreq_stats failed
Loaded 0 prior measurements
```
@fenrus75
Copy link
Owner

fenrus75 commented Dec 3, 2021

This looks like a good fix, I'll merge it
thank you for your contribution

@fenrus75 fenrus75 merged commit 50d3c90 into fenrus75:master Dec 3, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants