Skip to content

Commit

Permalink
fmt
Browse files Browse the repository at this point in the history
  • Loading branch information
zo-el committed Mar 19, 2024
1 parent 260d661 commit 7395c05
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/core_app_cli/src/actions/get_happ_pref_for_host.rs
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ pub async fn get(happ_id: String, host_id: String) -> Result<()> {

if let Some(d) = found {
if let Some(p) = d.preferences_hash {
// Please do not change this print and if you do see that the nightly tests that depend on this print are updated as well
// Please do not change this print and if you do see that the nightly tests that depend on this print are updated as well
println!("===================");
println!("Happ Preference Hash: {:#?}", p);
println!("===================");
Expand Down

0 comments on commit 7395c05

Please sign in to comment.