Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion profile-submission.json
Original file line number Diff line number Diff line change
Expand Up @@ -890,10 +890,16 @@
"full_name": "Dom Lai",
"github_trial_issue_link": "https://github.com/holdex/trial/issues/1038"
},
{
{
Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

⚠️ Potential issue | 🟡 Minor

Inconsistent indentation — tab+space instead of spaces.

Line 893 uses a tab character for indentation while the rest of the file uses spaces. Normalize to match.

Suggested fix
-	 {
+    {
📝 Committable suggestion

‼️ IMPORTANT
Carefully review the code before committing. Ensure that it accurately replaces the highlighted code, contains no missing lines, and has no issues with indentation. Thoroughly test & benchmark the code to ensure it meets the requirements.

Suggested change
{
{
🤖 Prompt for AI Agents
In `@profile-submission.json` at line 893, The opening brace ("{") shown in the
diff is indented with a tab character while the rest of the JSON uses spaces;
replace that tab with the file's standard spaces (match the existing indentation
style, e.g., 2 or 4 spaces) so there are no mixed tabs/spaces, and run the
JSON/formatter or linter to normalize indentation across the file.

"github_handle": "arishtj",
"full_name": "Arisht Jain",
"github_trial_issue_link": "https://github.com/holdex/trial/issues/675"
},
{
"github_handle": "prajalsharma",
"full_name": "Prajal Sharma",
"github_trial_issue_link": "https://github.com/holdex/trial/issues/1112"
}
]
}