Skip to content

Commit

Permalink
a reformat code
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user committed Sep 26, 2022
1 parent 3c97c39 commit 475cc02
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ public LambdaThreadLauncher(Action0 function)
{
this(function, 0);
}
public LambdaThreadLauncher(Action0 function, Duration delay) {
public LambdaThreadLauncher(Action0 function, Duration delay)
{
this(function, delay.toMillis());
}
public LambdaThreadLauncher(Action0 function, long delay)
Expand Down

0 comments on commit 475cc02

Please sign in to comment.