Skip to content

2 blank lines outdents after match expression #5

@PhilT

Description

@PhilT

Expecting:

  let load path =
    match File.Exists(path) with
    | true ->
      Json.load<list<Cube>> path
      |> Mapx.toMap (fun record -> Vec.fromVector3 record.position)
      |> Some
    | false -> None


  let nextFunc x =
    doSomething

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions