Skip to content

Commit

Permalink
fix: Fixed a wrong code merge
Browse files Browse the repository at this point in the history
Signed-off-by: Emanuele Panigati <[email protected]>
  • Loading branch information
ilpanich committed Sep 21, 2024
1 parent 30fd5fd commit a5981c3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion jirust-cli/src/runners/cfg_cmd_runner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,6 @@ impl ConfigCmdRunner {
input.read_line(&mut read_data)?;
cfg.set_standard_resolution_comment(read_data);
cfg.write_to_file(&self.cfg_file.as_str())?;
read_data.clear();
Ok(cfg)
}

Expand Down

0 comments on commit a5981c3

Please sign in to comment.