Skip to content

Commit

Permalink
DOCK-2532: remove indent in template (#1981)
Browse files Browse the repository at this point in the history
* remove indent

* fix indent
  • Loading branch information
hyunnaye authored Jun 21, 2024
1 parent e5be6a6 commit 2eedb76
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions src/app/github-landing-page/github-landing-page.component.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,15 +37,15 @@ <h3 class="text-align-center">You can close this tab and return to Dockstore on
</div>

<pre>
version: 1.2
workflows:
- subclass: &lt;CWL | WDL | NFL | GALAXY&gt;
primaryDescriptorPath: &lt;String&gt; # absolute path
testParameterFiles: &lt;String Array&gt; # absolute path
readMePath: &lt;String&gt; # absolute path
authors:
- name: &lt;String&gt;
email: &lt;String&gt;
version: 1.2
workflows:
- subclass: &lt;CWL | WDL | NFL | GALAXY&gt;
primaryDescriptorPath: &lt;String&gt; # absolute path
testParameterFiles: &lt;String Array&gt; # absolute path
readMePath: &lt;String&gt; # absolute path
authors:
- name: &lt;String&gt;
email: &lt;String&gt;
</pre>

<div>
Expand Down

0 comments on commit 2eedb76

Please sign in to comment.