Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
javierhonduco committed Jun 11, 2024
1 parent c477bf2 commit 7ea3d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/proto/profile.rs
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,6 @@ mod tests {

pprof_profile.encode(&mut buffer).unwrap();
let mut pprof_file: File = File::create("profile.pb").unwrap();
pprof_file.write(&buffer).unwrap();
pprof_file.write_all(&buffer).unwrap();
}
}

0 comments on commit 7ea3d2a

Please sign in to comment.