Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
πŸ’š fix credo issues
Browse files Browse the repository at this point in the history
  • Loading branch information
AbdelStark committed Sep 24, 2024
1 parent 0b37d24 commit c377373
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/gakimint/application.ex
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
defmodule Gakimint.Application do
@moduledoc false
use Application
alias Gakimint.Web.Endpoint
alias Gakimint.Lightning.MockLightningNetworkService
alias Gakimint.Web.Endpoint

@impl true
def start(_type, _args) do
Expand Down

0 comments on commit c377373

Please sign in to comment.