From 4a3ecbbd69ea7a6a0f130be1d664154a495edce8 Mon Sep 17 00:00:00 2001 From: bronsen Date: Tue, 11 Mar 2025 22:19:45 +0100 Subject: [PATCH] [codestyle] remove superfluous empty line --- justfile | 1 - 1 file changed, 1 deletion(-) diff --git a/justfile b/justfile index 9a6c216..beea5ed 100644 --- a/justfile +++ b/justfile @@ -1,6 +1,5 @@ # use with https://github.com/casey/just - default: check default_playbook := "playbooks/default.yaml" default_inventory := "./hosts.yaml"