Skip to content

Commit

Permalink
scalafmt
Browse files Browse the repository at this point in the history
  • Loading branch information
performantdata committed Nov 10, 2021
1 parent dff63b9 commit adb31f0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions modules/core/src/main/scala/sangria/package.scala
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
* Sangria is a library that provides parsing, validation, execution and other services for GraphQL
* queries.
*
* It typically requires other libraries to build a complete GraphQL service
* —including, perhaps, ones that provide a HTTP service interface and a database interface—
* as well as custom code to bridge the gap between data representations that are natural
* to the database vs. to the GraphQL schema.
* It typically requires other libraries to build a complete GraphQL service—including, perhaps,
* ones that provide a HTTP service interface and a database interface—as well as custom code to
* bridge the gap between data representations that are natural to the database vs. to the GraphQL
* schema.
*
* @see
* [[https://sangria-graphql.github.io/ the Sangria home page]]
Expand Down

0 comments on commit adb31f0

Please sign in to comment.