Skip to content

Commit

Permalink
fix: resolve issue with formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
Jayanth-Parthsarathy committed Oct 10, 2024
1 parent 49cf991 commit 87bdc6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ module Kernel.External.MultiModal.OpenTripPlanner.Config where
import Kernel.Prelude

data OTPCfg = OTPCfg
{ baseUrl :: BaseUrl
{ baseUrl :: BaseUrl
}
deriving (Show, Eq, Generic, ToJSON, FromJSON)

0 comments on commit 87bdc6f

Please sign in to comment.