format: auto format update

This commit is contained in:
Paul T
2024-04-03 14:44:26 -04:00
committed by Paul T
parent 87e0609aa9
commit bd9bfc1733

View File

@@ -2,8 +2,8 @@
#import "@preview/tidy:0.2.0" #import "@preview/tidy:0.2.0"
#let docs = tidy.parse-module( #let docs = tidy.parse-module(
read("lib.typ"), read("lib.typ"),
name: "Modern CV", name: "Modern CV",
scope: (resume: lib) scope: (resume: lib),
) )
#tidy.show-module(docs) #tidy.show-module(docs)