Skip to content

Commit baf1686

Browse files
rubenvanasschegithub-actions[bot]
authored andcommitted
Fix styling
1 parent c976bd0 commit baf1686

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Actions/TranspileTypeToTypeScriptActionTest.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
assertContains('fake_class', $this->missingSymbols->all());
5858
});
5959

60-
it('can resolve pseudo types', function (){
60+
it('can resolve pseudo types', function () {
6161
$transformed = $this->action->execute($this->typeResolver->resolve('array-key'));
6262

6363
expect($transformed)->toBe('string | number');

0 commit comments

Comments
 (0)