Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
tanhongit authored and github-actions[bot] committed Nov 2, 2023
1 parent 8630377 commit 0a8bd9d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/Notifier.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

namespace CSlant\TelegramGitNotifier;

use GuzzleHttp\Client;
use CSlant\TelegramGitNotifier\Constants\EventConstant;
use CSlant\TelegramGitNotifier\Constants\NotificationConstant;
use CSlant\TelegramGitNotifier\Interfaces\EventInterface;
Expand All @@ -12,6 +11,7 @@
use CSlant\TelegramGitNotifier\Structures\App;
use CSlant\TelegramGitNotifier\Structures\Notification;
use CSlant\TelegramGitNotifier\Trait\EventTrait;
use GuzzleHttp\Client;
use Telegram;

class Notifier implements AppInterface, NotificationInterface, EventInterface
Expand Down
2 changes: 1 addition & 1 deletion src/Structures/App.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@

namespace CSlant\TelegramGitNotifier\Structures;

use Exception;
use CSlant\TelegramGitNotifier\Exceptions\EntryNotFoundException;
use CSlant\TelegramGitNotifier\Exceptions\MessageIsEmptyException;
use Exception;
use Telegram;

trait App
Expand Down
2 changes: 1 addition & 1 deletion src/Structures/Notification.php
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@

namespace CSlant\TelegramGitNotifier\Structures;

use GuzzleHttp\Exception\GuzzleException;
use CSlant\TelegramGitNotifier\Constants\EventConstant;
use CSlant\TelegramGitNotifier\Exceptions\MessageIsEmptyException;
use CSlant\TelegramGitNotifier\Exceptions\SendNotificationException;
use GuzzleHttp\Exception\GuzzleException;
use Symfony\Component\HttpFoundation\Request;

trait Notification
Expand Down

0 comments on commit 0a8bd9d

Please sign in to comment.