Skip to content

Commit

Permalink
style(*): prettify codes
Browse files Browse the repository at this point in the history
Signed-off-by: Hanif Dwy Putra S <[email protected]>
  • Loading branch information
hansputera committed Sep 24, 2023
1 parent 1f0ecb6 commit 8293f60
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/structures/context.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,7 @@ export class Context {

/**
* Get a document from this message
*
*
* @return {Document | undefined}
*/
public get document(): Document | undefined {
Expand Down
2 changes: 1 addition & 1 deletion src/structures/entities/baseEntity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ export abstract class BaseEntity {
| proto.Message.IImageMessage
| proto.Message.IVideoMessage
| proto.Message.IStickerMessage
| proto.Message.IDocumentMessage
| proto.Message.IDocumentMessage,
) {}

/**
Expand Down
2 changes: 1 addition & 1 deletion src/structures/entities/document.ts
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export class Document extends BaseEntity {

/**
* Get mimetype from the document
*
*
* @return {string}
*/
public get mimetype(): string {
Expand Down

0 comments on commit 8293f60

Please sign in to comment.