Skip to content

Commit

Permalink
remove newline
Browse files Browse the repository at this point in the history
  • Loading branch information
lucaorio committed Dec 20, 2022
1 parent 4548bf9 commit 8893559
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/img-gallery-renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,7 @@ export class imgGalleryRenderer extends MarkdownRenderChild {
constructor(
public plugin: ImgGallery,
public src: string,
public container:
HTMLElement,
public container: HTMLElement,
public app: App
) {
super(container)
Expand Down

0 comments on commit 8893559

Please sign in to comment.