Skip to content

Commit

Permalink
Formatting tweak
Browse files Browse the repository at this point in the history
  • Loading branch information
rzane committed Oct 11, 2020
1 parent 4196108 commit ff5e7b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions lib/file_store/config.ex
Original file line number Diff line number Diff line change
Expand Up @@ -90,8 +90,8 @@ defmodule FileStore.Config do
FileStore.get_signed_url(new(), key, opts)
end

@spec list!() :: Enumerable.t()
def list!() do
@spec list! :: Enumerable.t()
def list! do
FileStore.list!(new())
end
end
Expand Down

0 comments on commit ff5e7b0

Please sign in to comment.