Skip to content

screenfetch: Trim trailing whitespace from CPU

Jeremy Soller requested to merge xTibor:trim_cpu_string into master

Created by: xTibor

The raw_cpuid crate passes the CPU brand string with trailing whitespace which borks the output. According to the tests of that crate it's an expected behaviour so the whitespace needs to be removed here.

Merge request reports