Skip to content

Commit d2bf481

Browse files
committed
fix style
1 parent 5645b33 commit d2bf481

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

pubsub/api/pubsub.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@
159159
php %command.full_name% pull --project my-project
160160
--topic my-topic --subscription my-subscription
161161
162-
EOF
162+
EOF
163163
)
164164
->addArgument('action', InputArgument::REQUIRED, 'The action to take')
165165
->addOption('project', null, InputOption::VALUE_REQUIRED, 'Your Google Cloud project ID.')

pubsub/api/test/DeadLetterPolicyTest.php

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,10 @@ public static function setUpBeforeClass()
6262

6363
public static function tearDownAfterClass()
6464
{
65-
self::$topic->delete();
66-
self::$subscription->delete();
67-
self::$deadLetterTopic->delete();
68-
self::$deadLetterTopic2->delete();
65+
self::$topic->delete();
66+
self::$subscription->delete();
67+
self::$deadLetterTopic->delete();
68+
self::$deadLetterTopic2->delete();
6969
}
7070

7171
public function testCreateDeadLetterSubscription()

0 commit comments

Comments
 (0)