Skip to content

Commit

Permalink
update formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
achou11 committed Oct 17, 2024
1 parent d388faf commit 67f0a4a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/server.js
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,9 @@ function sendResource(reply, resource) {
}

/**
* Fastify plugin for serving a styled map package. If you provide a `Reader` (or `ReaderWatch`) instance via the `reader` opt,
* Fastify plugin for serving a styled map package.
*
* If you provide a `Reader` (or `ReaderWatch`) instance via the `reader` opt,
* you must manually close the instance yourself.
*
* @type {FastifyPluginCallback<PluginOptions>}
Expand Down

0 comments on commit 67f0a4a

Please sign in to comment.