routup 1.0.1 → 1.0.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.mjs CHANGED
@@ -991,7 +991,7 @@ function sendFile(res, filePath, fn) {
991
991
  }
992
992
 
993
993
  function sendFormat(res, input) {
994
- const { default: formatDefault , ...formats } = input;
994
+ const { default: formatDefault, ...formats } = input;
995
995
  const contentTypes = Object.keys(formats);
996
996
  const contentType = getRequestAcceptableContentType(res.req, contentTypes);
997
997
  if (contentType) {