From 8d599b3efba55576a913e2b02ddc29e65cb31f09 Mon Sep 17 00:00:00 2001 From: Paul Tsouchlos Date: Fri, 1 Nov 2024 11:55:47 -0400 Subject: [PATCH] chore: use spaces not tabs --- Justfile | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Justfile b/Justfile index 28e84d2..882c22b 100644 --- a/Justfile +++ b/Justfile @@ -4,19 +4,19 @@ export TYPST_ROOT := root [private] default: - @just --list --unsorted + @just --list --unsorted # generate manual doc: - typst compile docs/manual.typ docs/manual.pdf + typst compile docs/manual.typ docs/manual.pdf # run test suite test *args: - typst-test run {{ args }} + typst-test run {{ args }} # update test cases update *args: - typst-test update {{ args }} + typst-test update {{ args }} # package the library into the specified destination folder package target: