Skip to content

Commit ef7119c

Browse files
committed
Remove training space.
1 parent 85ffcf3 commit ef7119c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/Helper/TypeScript/TypeScriptFixHelper.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ public function __construct(PlaisioStyle $io, string $jsPath)
5858
{
5959
$this->io = $io;
6060
$this->jsPath = $jsPath;
61-
$this->marker = sprintf('// Modified by %s ', self::class);
61+
$this->marker = sprintf('// Modified by %s', self::class);
6262
}
6363

6464
//--------------------------------------------------------------------------------------------------------------------

test/Helper/TypeScript/testFixDefineDeps/js/Test/Foo.expected.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,4 @@ define("Test/Foo", ["require", "exports", "Bar", "Bar/Foo", "Test/Eggs", "jquery
88

99
return Foo;
1010
});
11-
// Modified by Plaisio\Console\Helper\TypeScript\TypeScriptFixHelper
11+
// Modified by Plaisio\Console\Helper\TypeScript\TypeScriptFixHelper

0 commit comments

Comments
 (0)