Skip to content

Commit

Permalink
style(watchCompare): prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
floryst committed Apr 4, 2024
1 parent b4b603b commit 2fa8cea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils/watchCompare.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ import {
WatchSource,
WatchStopHandle,
watch,
} from "vue";
} from 'vue';

export interface WatchCompareOptions<Immediate>
extends WatchOptions<Immediate> {
Expand Down

0 comments on commit 2fa8cea

Please sign in to comment.