Skip to content

Commit

Permalink
style: prettified code
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurfiorette committed Oct 12, 2021
1 parent b42d3f1 commit 3ed92c8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/interceptors/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@ export interface AxiosInterceptor<T> {
onRejected?(error: any): any;

/**
* Should apply this interceptor to an already provided axios instance. Does not call this method explicitly.
* Should apply this interceptor to an already provided axios
* instance. Does not call this method explicitly.
*/
use(): void;
}

0 comments on commit 3ed92c8

Please sign in to comment.