Skip to content

Commit 444f7cd

Browse files
authored
Merge pull request #1658 from iainnicol/master
Target: update DoNothing signature
2 parents 8dfc0ae + d7252e3 commit 444f7cd

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/app/Fake.Core.Targets/Target.fs

+2-2
Original file line numberDiff line numberDiff line change
@@ -125,8 +125,8 @@ module Target =
125125
|> String.separated ", "
126126
|> sprintf "(?=> %s)"
127127

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

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

0 commit comments

Comments
 (0)