Skip to content

Commit

Permalink
style: whitespace fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
chuckadams committed Dec 27, 2024
1 parent f52b8a3 commit fdf6de9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion meta/bin/push-to-aspirecloud
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@
type=$1
[[ $type = 'plugins' ]] || [[ $type = 'themes' ]] || die "Usage: $0 plugins|themes"


key=${ASPIRECLOUD_ADMIN_API_KEY:?variable not defined}
url=${ASPIRECLOUD_ADMIN_API_URL:?variable not defined}

Expand Down
2 changes: 1 addition & 1 deletion src/Commands/Sync/Meta/AbstractMetaFetchCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
use Symfony\Component\Console\Input\InputOption;
use Symfony\Component\Console\Output\OutputInterface;

use function Safe\json_decode;
use function Safe\json_decode;

abstract class AbstractMetaFetchCommand extends AbstractBaseCommand
{
Expand Down

0 comments on commit fdf6de9

Please sign in to comment.