Skip to content

Commit 97f14ea

Browse files
committed
Merge pull request #20 from dwoznicki/feature-branch
Fix formatting
2 parents 9862dcc + 94f0e90 commit 97f14ea

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

blog/arrays-hashes.html

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@ <h3>What is a hash?</h3>
3939
<p>A hash looks something like this:</p>
4040
<pre><code>
4141
my_hash = {
42-
month: 7,
43-
day: 20,
44-
name: "Ken",
45-
type: "leopard gecko",
46-
silly?: true
42+
month: 7,
43+
day: 20,
44+
name: "Ken",
45+
type: "leopard gecko",
46+
silly?: true
4747
}
4848
</code></pre>
4949
<p>

0 commit comments

Comments
 (0)