Skip to content

Commit

Permalink
Tidy whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
SteveGilham committed Jun 13, 2018
1 parent ca955df commit d44c744
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion AltCover/Visitor.fs
Original file line number Diff line number Diff line change
Expand Up @@ -418,7 +418,7 @@ module Visitor =
else accumulate state.Next gendarme
accumulate i [i]

let private boundaryOfList (f: (Instruction->int) -> Instruction list -> Instruction)
let private boundaryOfList (f: (Instruction->int) -> Instruction list -> Instruction)
(places:Instruction list) =
places |> f (fun i -> i.Offset)

Expand Down

0 comments on commit d44c744

Please sign in to comment.