Skip to content

Commit df68940

Browse files
committed
remove extra spacing
1 parent 7de2c92 commit df68940

File tree

2 files changed

+0
-5
lines changed

2 files changed

+0
-5
lines changed

app-modules/slack-events-bot/tests/Services/BotServiceTest.php

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,6 @@ public function test_handle_posting_to_slack_no_events()
4848
{
4949
$this->refreshApplication();
5050

51-
52-
53-
54-
5551
$this->botService = Mockery::mock(BotService::class . '[getEventsForWeek, deleteMessagesForWeek]', [
5652
$this->databaseServiceMock,
5753
$this->messageBuilderServiceMock

config/scribe.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,6 @@
125125
'extra_info' => 'You can retrieve your token by visiting your dashboard and clicking <b>Generate API token</b>.',
126126
],
127127

128-
129128
// Example requests for each endpoint will be shown in each of these languages.
130129
// Supported options are: bash, javascript, php, python
131130
// To add a language of your own, see https://scribe.knuckles.wtf/laravel/advanced/example-requests

0 commit comments

Comments
 (0)