Skip to content

Commit

Permalink
style: apply rustfmt after merging trunk-rs#613
Browse files Browse the repository at this point in the history
  • Loading branch information
ctron committed Dec 12, 2023
1 parent dcd0416 commit 0b61014
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion src/tools.rs
Original file line number Diff line number Diff line change
Expand Up @@ -651,7 +651,12 @@ mod tests {
);

table_test_format_version!(sass_pre_compiled, Application::Sass, "1.37.5", "1.37.5");
table_test_format_version!(sass_pre_compiled_dart2js, Application::Sass, "1.37.5 compiled with dart2js 2.18.4", "1.37.5");
table_test_format_version!(
sass_pre_compiled_dart2js,
Application::Sass,
"1.37.5 compiled with dart2js 2.18.4",
"1.37.5"
);
table_test_format_version!(
tailwindcss_pre_compiled,
Application::TailwindCss,
Expand Down

0 comments on commit 0b61014

Please sign in to comment.