Skip to content

Commit

Permalink
snapshot size change
Browse files Browse the repository at this point in the history
  • Loading branch information
akshay111meher committed Jan 2, 2025
1 parent 9077689 commit efb7a2f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion matching_engine/src/jobs/parser.rs
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,7 @@ impl LogParser {
use tokio::io::AsyncWriteExt;

let path_to_snapshot = Path::new(&self.path_to_snapshot);
match serde_json::to_string_pretty(&dump) {
match serde_json::to_string(&dump) {
Ok(json_string) => {
// Ensure the directory exists
if let Some(parent) = path_to_snapshot.parent() {
Expand Down

0 comments on commit efb7a2f

Please sign in to comment.