Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
freekmurze authored and github-actions[bot] committed May 5, 2022
1 parent 0ac79e7 commit b9ed3f7
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
1 change: 0 additions & 1 deletion src/Commands/ListCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@

use Illuminate\Console\Command;
use Spatie\ScheduleMonitor\Support\ScheduledTasks\ScheduledTasks;
use Spatie\ScheduleMonitor\Support\ScheduledTasks\Tasks\Task;
use function Termwind\render;
use function Termwind\style;

Expand Down
3 changes: 1 addition & 2 deletions src/Commands/SyncCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
namespace Spatie\ScheduleMonitor\Commands;

use Illuminate\Console\Command;
use Illuminate\Support\Str;
use OhDear\PhpSdk\OhDear;
use OhDear\PhpSdk\Resources\CronCheck;
use Spatie\ScheduleMonitor\Models\MonitoredScheduledTask;
Expand All @@ -24,7 +23,7 @@ public function handle()
{
render(view('schedule-monitor::alert', [
'message' => 'Start syncing schedule...',
'class' => 'text-green'
'class' => 'text-green',
]));

$this
Expand Down

0 comments on commit b9ed3f7

Please sign in to comment.