Skip to content

Commit 5f0a614

Browse files
[autofix.ci] apply automated fixes
1 parent 596488d commit 5f0a614

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

apps/oxfmt/src/core/oxfmtrc.rs

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1022,9 +1022,7 @@ pub fn finalize_external_options(config: &mut Value, strategy: &FormatFileStrate
10221022
// Add Tailwind plugin flag and map options
10231023
// See: https://github.com/tailwindlabs/prettier-plugin-tailwindcss#options
10241024
if use_tailwind {
1025-
if let Some(tailwind) =
1026-
obj.get("sortTailwindcss").and_then(|v| v.as_object()).cloned()
1027-
{
1025+
if let Some(tailwind) = obj.get("sortTailwindcss").and_then(|v| v.as_object()).cloned() {
10281026
for (src, dst) in [
10291027
("config", "tailwindConfig"),
10301028
("stylesheet", "tailwindStylesheet"),

0 commit comments

Comments
 (0)