mirror of
https://github.com/multica-ai/multica.git
synced 2026-07-05 13:29:44 +02:00
chore: drop trailing blank lines at EOF on four files (MUL-2671)
git diff --check origin/main..origin/pr-3277 flagged these as new blank lines at EOF; clearing so the diff stays clean for review. Co-authored-by: multica-agent <github@multica.ai>
This commit is contained in:
@@ -136,4 +136,3 @@ function redemptionFailureReason(err: unknown): string {
|
||||
}
|
||||
return "unknown";
|
||||
}
|
||||
|
||||
|
||||
@@ -581,4 +581,3 @@ function LarkInstallDialog({
|
||||
</Dialog>
|
||||
);
|
||||
}
|
||||
|
||||
|
||||
@@ -72,4 +72,3 @@ func (h *Handler) accessibleAgentIDs(ctx context.Context, workspaceID, actorType
|
||||
}
|
||||
return allowed, true
|
||||
}
|
||||
|
||||
|
||||
@@ -650,4 +650,3 @@ func argIndexOf(slice []string, target string) int {
|
||||
}
|
||||
return -1
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user