Skip to content

Commit 4894e3d

Browse files
committed
tweak
1 parent 52667cc commit 4894e3d

File tree

1 file changed

+5
-5
lines changed
  • packages/svelte/src/internal/client/dom/elements

1 file changed

+5
-5
lines changed

packages/svelte/src/internal/client/dom/elements/style.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@ import { hydrating } from '../hydration.js';
33

44
/**
55
* @param {Element & ElementCSSInlineStyle} dom
6-
* @param {Record<string,any>} prev
7-
* @param {Record<string,any>} next
6+
* @param {Record<string, any>} prev
7+
* @param {Record<string, any>} next
88
* @param {string} [priority]
99
*/
1010
function update_styles(dom, prev = {}, next, priority) {
@@ -23,9 +23,9 @@ function update_styles(dom, prev = {}, next, priority) {
2323

2424
/**
2525
* @param {Element & ElementCSSInlineStyle} dom
26-
* @param {string|null} value
27-
* @param {Record<string,any>|[Record<string,any>,Record<string,any>]} [prev_styles]
28-
* @param {Record<string,any>|[Record<string,any>,Record<string,any>]} [next_styles]
26+
* @param {string | null} value
27+
* @param {Record<string, any> | [Record<string, any>, Record<string, any>]} [prev_styles]
28+
* @param {Record<string, any> | [Record<string, any>, Record<string, any>]} [next_styles]
2929
*/
3030
export function set_style(dom, value, prev_styles, next_styles) {
3131
// @ts-expect-error

0 commit comments

Comments
 (0)