Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
kakkun61 committed May 10, 2023
1 parent ff540e1 commit dc1dd36
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion api/src/OpenTelemetry/Resource.hs
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,8 @@ instance KnownSymbol s => MaterializeResource ('Just s) where
data MaterializedResources = MaterializedResources
{ materializedResourcesSchema :: Maybe String
, materializedResourcesAttributes :: Attributes
} deriving Show
}
deriving (Show)


{- | A placeholder for 'MaterializedResources' when no resource information is
Expand Down

0 comments on commit dc1dd36

Please sign in to comment.