Skip to content

Commit

Permalink
fix indentation
Browse files Browse the repository at this point in the history
  • Loading branch information
Alidra committed Nov 7, 2024
1 parent 037f74a commit 00ada10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/lsp/lp_doc.ml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ let process_pstep (pstate,diags,logs) tac nb_subproofs =
let goals = Some (current_goals pstate) in
pstate, (tac_loc, 4, msg, goals) :: diags, logs

let process_proof pstate tacs logs =
let process_proof pstate tacs logs =
Pure.ProofTree.fold process_pstep (pstate,[],logs) tacs

let get_goals dg_proof =
Expand Down

0 comments on commit 00ada10

Please sign in to comment.