Skip to content

Commit

Permalink
#3475 - fixed code styles
Browse files Browse the repository at this point in the history
  • Loading branch information
chgayane authored and chgayane committed Nov 9, 2023
1 parent be12d94 commit c1e7ec8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/ketcher-core/src/domain/entities/RNABase.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ export class RNABase extends BaseMonomer {
}

public getValidTargetPoint(_monomer: BaseMonomer) {
return this.firstFreeAttachmentPoint ;
return this.firstFreeAttachmentPoint;
}
}

0 comments on commit c1e7ec8

Please sign in to comment.