Skip to content

Commit 59c4fd4

Browse files
lrljoegithub-actions[bot]
authored andcommitted
Fix styling
1 parent 462ff32 commit 59c4fd4

File tree

4 files changed

+6
-11
lines changed

4 files changed

+6
-11
lines changed

src/Views/Columns/Traits/Configuration/ColumnConfiguration.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ public function setTable(string $table): self
1818
return $this;
1919
}
2020

21-
2221
public function setIndexes(int $rowIndex, int $columnIndex): self
2322
{
2423
$this->setRowIndex($rowIndex);

src/Views/Columns/Traits/HasClickable.php

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ public function getHasTableRowUrl(): bool
2121
{
2222
return $this->hasTableRowUrl;
2323
}
24-
24+
2525
public function unclickable(): self
2626
{
2727
$this->clickable = false;
@@ -35,6 +35,4 @@ public function setHasTableRowUrl(bool $hasTableRowUrl): self
3535

3636
return $this;
3737
}
38-
39-
40-
}
38+
}

src/Views/Columns/Traits/HasColumnLabelStatus.php

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,5 +27,4 @@ public function setColumnLabelStatusDisabled(): self
2727
{
2828
return $this->setColumnLabelStatus(false);
2929
}
30-
31-
}
30+
}

src/Views/Columns/Traits/IsReorderColumn.php

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,12 @@ public function isReorderColumn(): bool
1414
public function getIsReorderColumn(): bool
1515
{
1616
return $this->isReorderColumn;
17-
}
18-
17+
}
18+
1919
public function setIsReorderColumn(bool $isReorderColumn): self
2020
{
2121
$this->isReorderColumn = $isReorderColumn;
2222

2323
return $this;
2424
}
25-
26-
}
25+
}

0 commit comments

Comments
 (0)