Skip to content

Commit

Permalink
style: remove trailing whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
Fdawgs committed Nov 3, 2024
1 parent 9066ad7 commit e05bf3a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion types/plugin.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ declare namespace fastifyPlugin {
* @deprecated Use PluginMetadata instead
*/
export interface PluginOptions extends PluginMetadata {}

export const fastifyPlugin: FastifyPlugin
export { fastifyPlugin as default }
}
Expand Down

0 comments on commit e05bf3a

Please sign in to comment.