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:
J
2026-06-02 19:00:20 +08:00
parent 6040f2877a
commit eb30f51d10
4 changed files with 0 additions and 4 deletions

View File

@@ -136,4 +136,3 @@ function redemptionFailureReason(err: unknown): string {
}
return "unknown";
}

View File

@@ -581,4 +581,3 @@ function LarkInstallDialog({
</Dialog>
);
}

View File

@@ -72,4 +72,3 @@ func (h *Handler) accessibleAgentIDs(ctx context.Context, workspaceID, actorType
}
return allowed, true
}

View File

@@ -650,4 +650,3 @@ func argIndexOf(slice []string, target string) int {
}
return -1
}