Skip to content

Commit

Permalink
Merge pull request #1400 from SRetip/ffix
Browse files Browse the repository at this point in the history
READY: Comment line
  • Loading branch information
Wandalen authored Jul 3, 2024
2 parents bd3add7 + 360b234 commit 0a0a55f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion module/move/willbe/src/action/main_header.rs
Original file line number Diff line number Diff line change
Expand Up @@ -244,8 +244,9 @@ mod private
.map( | m | m.as_str() )
.unwrap_or_default();

_ = query::parse( raw_params ).context( "Fail to parse arguments" );
// _ = query::parse( raw_params ).context( "Fail to parse arguments" );
// qqq : for Petro : why ignored?
// aaa : commented

let header = header_param.to_header().err_with_report( &report )?;
let content : String = TAGS_TEMPLATE.get().unwrap().replace
Expand Down

0 comments on commit 0a0a55f

Please sign in to comment.