Skip to content

Commit

Permalink
chore: Format
Browse files Browse the repository at this point in the history
  • Loading branch information
GrayJack committed Apr 22, 2024
1 parent ab654d6 commit b5999ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion rustfmt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ disable_all_formatting = false
edition = "2018"
empty_item_single_line = true
enum_discrim_align_threshold = 6
fn_args_layout = "Compressed"
fn_params_layout = "Compressed"
fn_single_line = false
force_explicit_abi = true
force_multiline_blocks = false
Expand Down
4 changes: 1 addition & 3 deletions src/util.rs
Original file line number Diff line number Diff line change
Expand Up @@ -45,9 +45,7 @@ pub fn _panic(msg: Janet) -> ! {
#[allow(dead_code)]
#[track_caller]
pub fn assert_deep_inner(
op: &'static str,
left: &dyn fmt::Debug,
right: &dyn fmt::Debug,
op: &'static str, left: &dyn fmt::Debug, right: &dyn fmt::Debug,
args: Option<fmt::Arguments<'_>>,
) -> ! {
match args {
Expand Down

0 comments on commit b5999ec

Please sign in to comment.