Skip to content

Commit 13c6a46

Browse files
committed
fix(front): formatting
1 parent 4042579 commit 13c6a46

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

front/lib/front/feature_hub_provider.ex

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@ defmodule Front.FeatureHubProvider do
1313

1414
@impl FeatureProvider.Provider
1515
def provide_features(org_id, opts \\ [])
16+
1617
def provide_features(nil, _opts) do
1718
%InternalApi.Feature.ListFeaturesRequest{}
1819
|> FeatureClient.list_features()

front/test/front_web/controllers/account_controller_test.exs

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,10 @@ defmodule FrontWeb.AccountControllerTest do
3333
refute html_response(conn, 200) =~ "/account/update_repo_scope/github"
3434
end
3535

36-
test "when bitbucket feature is disabled => do not show bitbucket scope", %{conn: conn, org_id: org_id} do
36+
test "when bitbucket feature is disabled => do not show bitbucket scope", %{
37+
conn: conn,
38+
org_id: org_id
39+
} do
3740
Support.Stubs.Feature.disable_feature(org_id, "bitbucket")
3841

3942
conn =

0 commit comments

Comments
 (0)