We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 67b04ad commit 08a20faCopy full SHA for 08a20fa
src/uu/pmap/src/smaps_format_parser.rs
@@ -61,7 +61,7 @@ pub fn parse_smap_entries(contents: &str) -> Result<Vec<SmapEntry>, Error> {
61
let val = val.trim();
62
63
if key == "VmFlags" {
64
- smap_entry.vmflags = val.into()
+ smap_entry.vmflags = val.into();
65
} else {
66
let val = if let Some(val) = val.strip_suffix(" kB") {
67
get_smap_item_value(val)?
0 commit comments