Skip to content

Commit

Permalink
4949-refactoringCheckboxTestsCheckStyleFix
Browse files Browse the repository at this point in the history
  • Loading branch information
MayaElf committed Oct 24, 2023
1 parent 138d692 commit 39aa934
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -99,9 +99,9 @@ public boolean isRequired() {
*/
@JDIAction(value = "Get '{name}' color")
public AngularColors color() {
if (core().hasAttribute("color")){
if (core().hasAttribute("color")) {
return AngularColors.fromColor(core().getAttribute("color"));
}else{
} else {
if (core().hasClass("mat-primary")) {
return AngularColors.PRIMARY;
}
Expand Down

0 comments on commit 39aa934

Please sign in to comment.