mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 16:41:44 +00:00
style: align formatting with oxfmt 0.33
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { BlueBubblesSendTarget } from "./types.js";
|
||||
import { normalizeBlueBubblesHandle, parseBlueBubblesTarget } from "./targets.js";
|
||||
import type { BlueBubblesSendTarget } from "./types.js";
|
||||
|
||||
export function resolveBlueBubblesSendTarget(raw: string): BlueBubblesSendTarget {
|
||||
const parsed = parseBlueBubblesTarget(raw);
|
||||
|
||||
Reference in New Issue
Block a user