Skip to content

Commit

Permalink
fix(core): 🚨 align asterisks for jsdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
xavierfoucrier committed Jul 21, 2023
1 parent 0ccbfda commit ff837db
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions packages/core/src/utils/dom.ts
Original file line number Diff line number Diff line change
Expand Up @@ -121,8 +121,8 @@ export class Dom {
}

/**
* Get current dom sibling
*/
* Get current dom sibling
*/
public getSibling(): IDomSibling {
return this._sibling;
}
Expand Down Expand Up @@ -209,8 +209,8 @@ export class Dom {
}

/**
* Update current dom sibling regarding container
*/
* Update current dom sibling regarding container
*/
private _updateSibling(container: HTMLElement): IDomSibling {
this._sibling = {
after: container.nextElementSibling,
Expand Down

0 comments on commit ff837db

Please sign in to comment.