Skip to content

Commit

Permalink
[gh315] Format
Browse files Browse the repository at this point in the history
  • Loading branch information
andyduong1920 committed Mar 10, 2023
1 parent e0f71d3 commit 898d053
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@ defmodule NimbleTemplate.Addons.Phoenix.Api.ErrorView do
# TODO: Revisit on the next PR
project
end

# def do_apply!(%Project{} = project, _opts) do
# project
# |> delete_files!()
Expand Down
3 changes: 1 addition & 2 deletions lib/nimble_template/addons/variants/phoenix/web/bootstrap.ex
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ defmodule NimbleTemplate.Addons.Phoenix.Web.Bootstrap do
def do_apply!(%Project{} = project, _opts) do
project
end

# TODO: Enable Bootstrap on the next PR
# def do_apply!(%Project{} = project, opts) do
# project
Expand Down Expand Up @@ -105,7 +106,6 @@ defmodule NimbleTemplate.Addons.Phoenix.Web.Bootstrap do
# // Shared variables //
# ////////////////////////////////


# ////////////////////////////////
# // Custom Bootstrap variables //
# ////////////////////////////////
Expand All @@ -123,7 +123,6 @@ defmodule NimbleTemplate.Addons.Phoenix.Web.Bootstrap do
# // Shared variables //
# ////////////////////////////////


# ////////////////////////////////
# // Custom Bootstrap variables //
# ////////////////////////////////
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -112,7 +112,6 @@
# // Shared variables //
# ////////////////////////////////


# ////////////////////////////////
# // Custom Bootstrap variables //
# ////////////////////////////////
Expand Down Expand Up @@ -237,7 +236,6 @@
# // Shared variables //
# ////////////////////////////////


# ////////////////////////////////
# // Custom Bootstrap variables //
# ////////////////////////////////
Expand Down

0 comments on commit 898d053

Please sign in to comment.