From 3416d94a36ab0c38942dba8d660652592f74a019 Mon Sep 17 00:00:00 2001 From: Stanislav Asunkin <1353637+stasjok@users.noreply.github.com> Date: Mon, 21 Feb 2022 10:02:02 +0000 Subject: [PATCH] style(libsaltcli): fix comments to jinja comments [skip ci] * Automated using https://github.com/myii/ssf-formula/pull/418 --- openssh/libsaltcli.jinja | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/openssh/libsaltcli.jinja b/openssh/libsaltcli.jinja index c6a5b25..c473723 100644 --- a/openssh/libsaltcli.jinja +++ b/openssh/libsaltcli.jinja @@ -1,5 +1,5 @@ -# -*- coding: utf-8 -*- -# vim: ft=jinja +{#- -*- coding: utf-8 -*- #} +{#- vim: ft=jinja #} {#- Get the relevant values from the `opts` dict #} {%- set opts_cli = opts.get('__cli', '') %}