Skip to content

Commit 9811bc5

Browse files
authored
Format code
1 parent a7d73b4 commit 9811bc5

File tree

1 file changed

+13
-13
lines changed
  • tests/Stubs/Grpc/GPBMetadata/Grpc

1 file changed

+13
-13
lines changed

tests/Stubs/Grpc/GPBMetadata/Grpc/Grpc.php

+13-13
Original file line numberDiff line numberDiff line change
@@ -27,19 +27,19 @@ public static function initOnce()
2727
return;
2828
}
2929
$pool->internalAddGeneratedFile(hex2bin(
30-
'0afd020a0f477270632f677270632e70726f746f12224879706572665465' .
31-
'73742e5265736f75726365477270632e53747562732e4772706322230a06' .
32-
'486955736572120c0a046e616d65180120012809120b0a03736578180220' .
33-
'01280522540a0748695265706c79120f0a076d6573736167651801200128' .
34-
'0912380a047573657218022001280b322a2e487970657266546573742e52' .
35-
'65736f75726365477270632e53747562732e477270632e48695573657222' .
36-
'560a08416c6c5265706c79120f0a076d6573736167651801200128091239' .
37-
'0a05757365727318022003280b322a2e487970657266546573742e526573' .
38-
'6f75726365477270632e53747562732e477270632e486955736572326b0a' .
39-
'02686912650a0873617948656c6c6f122a2e487970657266546573742e52' .
40-
'65736f75726365477270632e53747562732e477270632e4869557365721a' .
41-
'2b2e487970657266546573742e5265736f75726365477270632e53747562' .
42-
'732e477270632e48695265706c792200620670726f746f33'
30+
'0afd020a0f477270632f677270632e70726f746f12224879706572665465'
31+
. '73742e5265736f75726365477270632e53747562732e4772706322230a06'
32+
. '486955736572120c0a046e616d65180120012809120b0a03736578180220'
33+
. '01280522540a0748695265706c79120f0a076d6573736167651801200128'
34+
. '0912380a047573657218022001280b322a2e487970657266546573742e52'
35+
. '65736f75726365477270632e53747562732e477270632e48695573657222'
36+
. '560a08416c6c5265706c79120f0a076d6573736167651801200128091239'
37+
. '0a05757365727318022003280b322a2e487970657266546573742e526573'
38+
. '6f75726365477270632e53747562732e477270632e486955736572326b0a'
39+
. '02686912650a0873617948656c6c6f122a2e487970657266546573742e52'
40+
. '65736f75726365477270632e53747562732e477270632e4869557365721a'
41+
. '2b2e487970657266546573742e5265736f75726365477270632e53747562'
42+
. '732e477270632e48695265706c792200620670726f746f33'
4343
), true);
4444

4545
static::$is_initialized = true;

0 commit comments

Comments
 (0)