Skip to content

Commit

Permalink
Merge pull request #1658 from iainnicol/master
Browse files Browse the repository at this point in the history
Target: update DoNothing signature
  • Loading branch information
matthid authored Sep 18, 2017
2 parents 8dfc0ae + d7252e3 commit 444f7cd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/app/Fake.Core.Targets/Target.fs
Original file line number Diff line number Diff line change
Expand Up @@ -125,8 +125,8 @@ module Target =
|> String.separated ", "
|> sprintf "(?=> %s)"

/// Do nothing - fun () -> () - Can be used to define empty targets.
let DoNothing = (fun () -> ())
/// Do nothing - Can be used to define empty targets.
let DoNothing = (fun (_:TargetParameter) -> ())

/// Checks whether the dependency (soft or normal) can be added.
/// [omit]
Expand Down

0 comments on commit 444f7cd

Please sign in to comment.