format
authorFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 16 Dec 2021 16:05:33 +0000 (16:05 +0000)
committerFloatingGhost <hannah@coffee-and-dreams.uk>
Thu, 16 Dec 2021 16:05:33 +0000 (16:05 +0000)
lib/pleroma/elasticsearch/document_mappings/hashtag.ex

index 508e32131f7ce1aa2e8f9034aa3c884676780266..ce9a86c8d07edf4f61c044f98dff87b3a46675d7 100644 (file)
@@ -4,8 +4,8 @@ defmodule Pleroma.Elasticsearch.DocumentMappings.Hashtag do
   def encode(%{timestamp: _} = hashtag) do
     %{
       hashtag: hashtag.name,
-      timestamp: hashtag.timestamp     
-    } 
+      timestamp: hashtag.timestamp
+    }
   end
 
   def encode(hashtag) do