style(libsaltcli): fix comments to jinja comments [skip ci]

* Automated using https://github.com/myii/ssf-formula/pull/418
This commit is contained in:
Stanislav Asunkin 2022-02-21 10:02:02 +00:00 committed by Imran Iqbal
parent 4bd759ca8f
commit 3416d94a36
No known key found for this signature in database
GPG Key ID: 6D8629439D2B7819

View File

@ -1,5 +1,5 @@
# -*- coding: utf-8 -*- {#- -*- coding: utf-8 -*- #}
# vim: ft=jinja {#- vim: ft=jinja #}
{#- Get the relevant values from the `opts` dict #} {#- Get the relevant values from the `opts` dict #}
{%- set opts_cli = opts.get('__cli', '') %} {%- set opts_cli = opts.get('__cli', '') %}