Skip to content

Commit b5b567d

Browse files
authored
Apply fixes from StyleCI (MedicOneSystems#295)
Co-authored-by: Mark Salmon <marksalmon@users.noreply.github.com>
1 parent 604508f commit b5b567d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

config/livewire-datatables.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,6 @@
7272
'odd' => 'divide-x divide-gray-100 text-sm text-gray-900 bg-gray-50',
7373
'selected' => 'divide-x divide-gray-100 text-sm text-gray-900 bg-yellow-100',
7474
],
75-
'cell' => 'text-sm text-gray-900'
76-
]
75+
'cell' => 'text-sm text-gray-900',
76+
],
7777
];

0 commit comments

Comments
 (0)