Skip to content

Commit

Permalink
remove redundand braces.
Browse files Browse the repository at this point in the history
  • Loading branch information
renerocksai committed Jun 28, 2024
1 parent a9814a0 commit 594e945
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions learn.html
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,6 @@ <h3 class="text-3xl font-semibold underline decoration-zap-yellow mb-2">Getting

<p class="text-lg mb-2">Add Zap as a dependency to <code>build.zig.zon</code></p>
<pre><code class="language-zig">.{
.{
.name = "My example project",
.version = "0.0.1",
.minimum_zig_version = "0.13.0",
Expand All @@ -75,7 +74,6 @@ <h3 class="text-3xl font-semibold underline decoration-zap-yellow mb-2">Getting
.paths = .{
"",
},
}
}</code></pre>

<div class="my-6" />
Expand Down

0 comments on commit 594e945

Please sign in to comment.