Removed new line

This commit is contained in:
Dev Randalpura
2026-03-03 15:03:18 -05:00
parent 55d186afac
commit cbbba02577
2 changed files with 2 additions and 3 deletions

View File

@@ -18,7 +18,7 @@ export const SessionSummaryDisplay: React.FC<SessionSummaryDisplayProps> = ({
}) => {
const { stats } = useSessionStats();
const { shell } = getShellConfiguration();
const footer = `To resume this session, run:\n gemini --resume ${escapeShellArg(stats.sessionId, shell)}`;
const footer = `To resume this session: gemini --resume ${escapeShellArg(stats.sessionId, shell)}`;
return (
<StatsDisplay

View File

@@ -24,8 +24,7 @@ exports[`<SessionSummaryDisplay /> > renders the summary display with a title 1`
│ │
│ Savings Highlight: 500 (50.0%) of input tokens were served from the cache, reducing costs. │
│ │
│ To resume this session, run:
│ gemini --resume test-session │
│ To resume this session: gemini --resume test-session
╰──────────────────────────────────────────────────────────────────────────────────────────────────╯
"
`;