Skip to content

Commit

Permalink
empty lines
Browse files Browse the repository at this point in the history
  • Loading branch information
Marshal27 committed Sep 30, 2022
1 parent a86ec65 commit 900b435
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions src/engine.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1065,6 +1065,7 @@ function createStateComputer(shadowOrElement: ShadowRoot | Element) {
displayFlags = parentState.displayFlags;
isQueryContainer = parentState.isQueryContainer;
}

return {
parentState: new Reference(parentState),
conditions,
Expand Down
1 change: 0 additions & 1 deletion src/globals.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,6 @@
* limitations under the License.
*/


declare const IS_WPT_BUILD: boolean;
declare const PACKAGE_VERSION: string;
interface ShadowRoot {
Expand Down

0 comments on commit 900b435

Please sign in to comment.