Skip to content

Commit

Permalink
Formatted code
Browse files Browse the repository at this point in the history
  • Loading branch information
trbKnl committed Sep 11, 2024
1 parent bf33fcf commit 76647be
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 6 deletions.
2 changes: 1 addition & 1 deletion core/config/runtime.exs
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ if config_env() == :prod do

# CHANGE BY NIEK
config :core, GoogleSignIn,
redirect_uri: "NOT RELAVANT ANYMORE",
redirect_uri: "NOT RELAVANT ANYMORE",
client_id: "NOT RELEVANT ANYMORE",
client_secret: "NOT RELEVANT ANYMORE"

Expand Down
4 changes: 2 additions & 2 deletions core/frameworks/pixel/components/button_face.ex
Original file line number Diff line number Diff line change
Expand Up @@ -177,15 +177,15 @@ defmodule Frameworks.Pixel.Button.Face do
attr(:icon, :atom, required: true)
attr(:size, :atom, default: :wide)

#def menu_home(assigns) do
# def menu_home(assigns) do
# ~H"""
# <div class={"flex flex-row items-center justify-start rounded-full focus:outline-none h-12"}>
# <div class="flex flex-col items-center justify-center">
# <Icon.menu_home name={@icon} size={@size} />
# </div>
# </div>
# """
#end
# end

def menu_home(assigns) do
~H"""
Expand Down
1 change: 0 additions & 1 deletion core/lib/google_sign_in/plug.ex
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,6 @@ defmodule GoogleSignIn.PlugUtils do
end
end


defmodule GoogleSignIn.AuthorizePlug do
@moduledoc """
This controller manages the OpenID Connect flow with SurfConext.
Expand Down
4 changes: 3 additions & 1 deletion core/systems/storage/_private.ex
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,9 @@ defmodule Systems.Storage.Private do
def special_info(%Storage.Yoda.EndpointModel{}), do: {:yoda, Storage.Yoda.Backend}
def special_info(%Storage.AWS.EndpointModel{}), do: {:aws, Storage.AWS.Backend}
def special_info(%Storage.Azure.EndpointModel{}), do: {:azure, Storage.Azure.Backend}
def special_info(%Storage.SurfResearchDrive.EndpointModel{}), do: {:azure, Storage.SurfResearchDrive.Backend}

def special_info(%Storage.SurfResearchDrive.EndpointModel{}),
do: {:azure, Storage.SurfResearchDrive.Backend}

@spec storage_info(any()) ::
{:error, {:storage_info, :not_available}}
Expand Down
2 changes: 1 addition & 1 deletion core/systems/workflow/platforms.ex
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,6 @@ defmodule Systems.Workflow.Platforms do
:x,
:youtube,
:openai,
:slack,
:slack
]}
end

0 comments on commit 76647be

Please sign in to comment.