Skip to content

Commit

Permalink
Removed whitespace as per failed Job #1975.6
Browse files Browse the repository at this point in the history
  • Loading branch information
superhaggis authored Feb 21, 2019
1 parent 2e51498 commit 2a1870a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/PhpWord/Element/TrackChangeTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public function testConstructDefault()
$this->assertEquals($date, $oTrackChange->getDate());
$this->assertEquals(TrackChange::INSERTED, $oTrackChange->getChangeType());
}

/**
* New instance with invalid \DateTime (produced by \DateTime::createFromFormat(...))
*/
Expand Down

0 comments on commit 2a1870a

Please sign in to comment.