Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
mdellabitta committed Apr 23, 2024
1 parent e2c5165 commit b93bbc7
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ class MississippiMapping
override def `type`(data: Document[JValue]): ZeroToMany[String] =
extractStrings(unwrap(data) \ "pnx" \ "display" \ "type")

def agent = EdmAgent(
def agent: EdmAgent = EdmAgent(
name = Some("Mississippi Digital Library"),
uri = Some(URI("http://dp.la/api/contributor/mississippi-digital-library"))
)
Expand Down

0 comments on commit b93bbc7

Please sign in to comment.