From 2c684868ed9b3011033d5ec265dd9f891fe791b7 Mon Sep 17 00:00:00 2001 From: stuebinm Date: Thu, 16 Apr 2026 01:27:50 +0200 Subject: lib: formatter run --- lib/Persist.hs | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'lib/Persist.hs') diff --git a/lib/Persist.hs b/lib/Persist.hs index 405e815..d5dc712 100644 --- a/lib/Persist.hs +++ b/lib/Persist.hs @@ -10,7 +10,8 @@ -- also a few little convenience functions for using persistent. module Persist where -import Data.Aeson (FromJSON, ToJSON, ToJSONKey, Value) +import Data.Aeson (FromJSON, ToJSON, ToJSONKey, + Value) import Data.Swagger (ToParamSchema (..), ToSchema (..), genericDeclareNamedSchema) import Data.Text (Text) @@ -47,10 +48,10 @@ import Database.Persist.Postgresql (SqlBackend, runSqlPool) import Fmt import GHC.Generics (Generic) import MultiLangText (MultiLangText) +import qualified OwnTracks import Server.Util (runLogging) import Web.PathPieces (PathPiece) import Yesod (Lang) -import qualified OwnTracks -- newtype TrackerId = TrackerId UUID -- cgit v1.2.3