Skip to content

Commit

Permalink
chore: format
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangelus committed Feb 7, 2025
1 parent 3a4ecb5 commit 281b6ad
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/returner.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,9 @@ export class IMTReturner extends IMTBase {
* @callback done Callback to call when operations are done.
* @param {Error} err Error on error, otherwise null.
* @param {Bundle} bundle Collection of returned data.
*
*
*/


returnData(bundle: Bundle, done: DoneWithResultCallback): void {
void bundle;
void done;
Expand Down

0 comments on commit 281b6ad

Please sign in to comment.