Skip to content

Commit

Permalink
credo
Browse files Browse the repository at this point in the history
  • Loading branch information
PaulJKim committed Oct 31, 2023
1 parent f4074dc commit 64adb0b
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions lib/screenplay/config/config.ex
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
defmodule Screenplay.Config.Config do
def add_new_screen() do
@moduledoc false

def add_new_screen do
end

def edit_screen() do
def edit_screen do
end

def delete_screen() do
def delete_screen do
end
end

0 comments on commit 64adb0b

Please sign in to comment.