Skip to content

Commit 5915a7f

Browse files
committed
Fix formatting
1 parent 9cb3459 commit 5915a7f

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

templates/components/tools/rustup.html.hbs

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,18 +6,18 @@
66
<div id="platform-instructions-win" class="instructions dn">
77
<p>{{fluent "tools-rustup-windows-2"}}</p>
88
<div class="mw9 center ph3-ns">
9-
<div class="cf ph2-ns">
10-
<div class="fl w-100 w-50-ns pa2">
11-
<a href="https://static.rust-lang.org/rustup/dist/i686-pc-windows-msvc/rustup-init.exe" class="button button-secondary">{{fluent "install-rustup32-button"}}</a>
12-
</div>
13-
<div class="fl w-100 w-50-ns pa2">
14-
<a href="https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" class="button button-secondary">{{fluent "install-rustup64-button"}}</a>
9+
<div class="cf ph2-ns">
10+
<div class="fl w-100 w-50-ns pa2">
11+
<a href="https://static.rust-lang.org/rustup/dist/i686-pc-windows-msvc/rustup-init.exe" class="button button-secondary">{{fluent "install-rustup32-button"}}</a>
12+
</div>
13+
<div class="fl w-100 w-50-ns pa2">
14+
<a href="https://static.rust-lang.org/rustup/dist/x86_64-pc-windows-msvc/rustup-init.exe" class="button button-secondary">{{fluent "install-rustup64-button"}}</a>
15+
</div>
1516
</div>
1617
</div>
17-
</div>
18-
<h3 class="mt4">{{fluent "tools-rustup-wsl-heading"}}</h3>
19-
<p>{{fluent "tools-rustup-wsl"}}</p>
20-
<pre><code class="db w-100">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code></pre>
18+
<h3 class="mt4">{{fluent "tools-rustup-wsl-heading"}}</h3>
19+
<p>{{fluent "tools-rustup-wsl"}}</p>
20+
<pre><code class="db w-100">curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh</code></pre>
2121
</div>
2222
<div id="platform-instructions-unknown" class="instructions dn">
2323
<!-- unrecognized platform: ask for help -->

0 commit comments

Comments
 (0)