Skip to content

Commit ad6432f

Browse files
ChrisPennergithub-actions[bot]
authored andcommitted
automatically run ormolu
1 parent 2b20d61 commit ad6432f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/Share/Web/Authentication.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,13 +14,13 @@ module Share.Web.Authentication
1414
where
1515

1616
import Data.Time
17+
import Servant
1718
import Share.IDs
1819
import Share.OAuth.Session (Session (..), pattern AuthenticatedUser, pattern MaybeAuthedUserID, pattern Unauthenticated)
1920
import Share.Utils.Logging qualified as Logging
2021
import Share.Web.App
2122
import Share.Web.Errors
2223
import Share.Web.Errors qualified as Errors
23-
import Servant
2424

2525
cookieSessionTTL :: NominalDiffTime
2626
cookieSessionTTL =

0 commit comments

Comments
 (0)