From 383b9177848eeefb8c123a7a7ecc0ee391380eea Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Fri, 18 Apr 2025 18:08:43 -0400 Subject: Run `npm run format` - This has the entirety of the changes. Part of https://b.corp.google.com/issues/411720532 --- packages/cli/src/ui/components/Tips.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) (limited to 'packages/cli/src/ui/components/Tips.tsx') diff --git a/packages/cli/src/ui/components/Tips.tsx b/packages/cli/src/ui/components/Tips.tsx index 6be53360..aa8d39d6 100644 --- a/packages/cli/src/ui/components/Tips.tsx +++ b/packages/cli/src/ui/components/Tips.tsx @@ -3,18 +3,18 @@ import { Box, Text } from 'ink'; import { UI_WIDTH } from '../constants.js'; const Tips: React.FC = () => ( - - Tips for getting started: - - 1. /help for more information. - - - 2. /init to create a GEMINI.md for instructions & - context. - - 3. Ask coding questions, edit code or run commands. - 4. Be specific for the best results. - - ); + + Tips for getting started: + + 1. /help for more information. + + + 2. /init to create a GEMINI.md for instructions & + context. + + 3. Ask coding questions, edit code or run commands. + 4. Be specific for the best results. + +); export default Tips; -- cgit v1.2.3