Browse Source

fix indent

Yuki Takei 3 months ago
parent
commit
7412ac8317
1 changed files with 1 additions and 1 deletions
  1. 1 1
      apps/app/AGENTS.md

+ 1 - 1
apps/app/AGENTS.md

@@ -25,7 +25,7 @@ pnpm run dev:migrate            # Run database migrations
 # Quality Checks
 pnpm run lint:typecheck         # TypeScript type check
 pnpm run lint:biome             # Biome linter
-pnpm run test            # Run tests
+pnpm run test                   # Run tests
 
 # Build
 pnpm run build                  # Build for production