Skip to content

Commit

Permalink
fix format
Browse files Browse the repository at this point in the history
  • Loading branch information
ripple0328 committed Jul 8, 2023
1 parent d45db48 commit 257fc37
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 2 deletions.
6 changes: 6 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,3 +35,9 @@ try accessing it via http://localhost:4000
```bash
mix test
```

5. format code

```bash
mix format
```
4 changes: 3 additions & 1 deletion lib/outdoor_web/components/layouts/app.html.heex
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
<header class="px-4 sm:px-6 lg:px-8">
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">outdoor</div>
<div class="flex items-center justify-between border-b border-zinc-100 py-3 text-sm">
outdoor
</div>
</header>
<main class="px-4 py-20 sm:px-6 lg:px-8">
<div class="mx-auto max-w-2xl">
Expand Down
2 changes: 1 addition & 1 deletion mix.exs
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ defmodule Outdoor.MixProject do
"assets.deploy": ["tailwind default --minify", "esbuild default --minify", "phx.digest"]
]
end
end
end

0 comments on commit 257fc37

Please sign in to comment.