Skip to content

Commit

Permalink
fix: add return on end of files
Browse files Browse the repository at this point in the history
  • Loading branch information
jcmelati committed Aug 21, 2024
1 parent 4f946b8 commit c9916a2
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -13,4 +13,4 @@ class FederationEntityMetadataBuilder {
federationFetchEndpoint = "${identifier}/fetch"
)
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -50,4 +50,4 @@ class EntityConfigurationMetadataService {
return Persistence.entityConfigurationMetadataQueries.delete(id).executeAsOneOrNull()
?: throw IllegalArgumentException("Entity configuration metadata not found")
}
}
}
Original file line number Diff line number Diff line change
Expand Up @@ -71,4 +71,4 @@ class EntityStatementService {

return entityConfigurationStatement
}
}
}

0 comments on commit c9916a2

Please sign in to comment.