瀏覽代碼

Fix spacing

Loris Leiva 1 年之前
父節點
當前提交
dad0d05a5c
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      template/base/.github/actions/setup/action.yml.njk

+ 1 - 1
template/base/.github/actions/setup/action.yml.njk

@@ -33,7 +33,7 @@ runs:
       with:
         version: {% raw %}${{ inputs.solana }}{% endraw %}
         cache: {% raw %}${{ inputs.cache }}{% endraw %}
- {% if programFramework === 'anchor' %}
+{% if programFramework === 'anchor' %}
     - name: Install Anchor
       if: {% raw %}${{ inputs.anchor != '' }}{% endraw %}
       uses: metaplex-foundation/actions/install-anchor-cli@v1