Skip to content

Commit

Permalink
style: fix code styling
Browse files Browse the repository at this point in the history
  • Loading branch information
lukas-frey authored and github-actions[bot] committed Nov 25, 2024
1 parent 22e4d60 commit 854e751
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Actions/RelationManagerAction.php
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ public function configure(): static
'relationManager' => $this->normalizeRelationManagerClass($this->getRelationManager()),
'ownerRecord' => $record,
'shouldHideRelationManagerHeading' => $this->shouldHideRelationManagerHeading(),
'fixIconPaddingLeft' => (bool)$this->getModalIcon() && !in_array($this->getModalWidth(), [MaxWidth::ExtraSmall, MaxWidth::Small]),
'fixIconPaddingLeft' => (bool) $this->getModalIcon() && ! in_array($this->getModalWidth(), [MaxWidth::ExtraSmall, MaxWidth::Small]),
]);
})
;
Expand All @@ -70,4 +70,4 @@ protected function normalizeRelationManagerClass(string | RelationManagerConfigu

return $manager;
}
}
}

0 comments on commit 854e751

Please sign in to comment.