Linting
This commit is contained in:
parent
4c8a8a4b62
commit
5ce612b272
9 changed files with 21 additions and 18 deletions
6
lib/pleroma/date_time/impl.ex
Normal file
6
lib/pleroma/date_time/impl.ex
Normal file
|
|
@ -0,0 +1,6 @@
|
|||
defmodule Pleroma.DateTime.Impl do
|
||||
@behaviour Pleroma.DateTime
|
||||
|
||||
@impl true
|
||||
def utc_now, do: NaiveDateTime.utc_now()
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue