Skip to content

Commit 3480a35

Browse files
committed
actually fix lint
1 parent d03b111 commit 3480a35

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

packages/svelte/src/motion/utils.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,6 @@ export function is_date(obj) {
1010
return Object.prototype.toString.call(obj) === '[object Date]';
1111
}
1212

13-
1413
/**
1514
* @template {Source<any>} T
1615
* @param {T} source
@@ -22,4 +21,4 @@ export function tag_if_necessary(source, name) {
2221
return /** @type {T} */ (tag(source, name));
2322
}
2423
return source;
25-
}
24+
}

0 commit comments

Comments
 (0)