Skip to content

Commit

Permalink
Remove parenthesize_if completely
Browse files Browse the repository at this point in the history
Maybe I should try building before pushing 💀
  • Loading branch information
qexat committed Feb 3, 2025
1 parent 133430b commit 5934682
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion ansifmt.opam
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This file is generated by dune, edit dune-project instead
opam-version: "2.0"
version: "0.2.0b4"
version: "0.2.0"
synopsis: "A simple, lightweight library for ANSI formatting"
description:
"A simple, lightweight library for ANSI formatting with powerful features such as a tokenization-based system for pretty-printing code in the terminal."
Expand Down
1 change: 0 additions & 1 deletion lib/Prelude.ml
Original file line number Diff line number Diff line change
Expand Up @@ -4,5 +4,4 @@ type stylizer = Formatting.Stylizer.t

let make_styling = Styling.create
let format = Formatting.Util.format
let parenthesize_if = Formatting.Util.parenthesize_if
let print_formatted = IO.print_formatted

0 comments on commit 5934682

Please sign in to comment.