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 8, 2023
1 parent ff41dca commit 46a6ac6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/ketcher-core/src/domain/entities/Peptide.ts
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
import { BaseMonomer } from './BaseMonomer';

export class Peptide extends BaseMonomer {

public getValidSourcePoint(monomer: BaseMonomer) {
if (
monomer.isAttachmentPointExistAndFree('R1') &&
Expand Down

0 comments on commit 46a6ac6

Please sign in to comment.