Skip to content

Commit

Permalink
Remove blank line
Browse files Browse the repository at this point in the history
  • Loading branch information
bdsl committed Nov 11, 2020
1 parent fd52bf4 commit 787ac9f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/Duration.php
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,6 @@ public static function ofSeconds(int $seconds, int $nanoAdjustment = 0) : Durati
$seconds--;
}


return new Duration($seconds, $nanoseconds);
}

Expand Down

0 comments on commit 787ac9f

Please sign in to comment.