[PR #972] [MERGED] fix(docs): improve code formatting in workflows tutorial #1152

Closed
opened 2026-02-15 19:17:27 -05:00 by yindo · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/langchain-ai/langgraphjs/pull/972
Author: @jaykumarcunomial
Created: 3/9/2025
Status: Merged
Merged: 4/28/2025
Merged by: @benjamincburns

Base: mainHead: fix-code-formatting


📝 Commits (1)

  • 789d1d3 fix(docs): improve code formatting in workflows tutorial

📊 Changes

1 file changed (+11 additions, -11 deletions)

View changed files

📝 docs/docs/tutorials/workflows/index.md (+11 -11)

📄 Description

This pull request includes a minor formatting change to the docs/docs/tutorials/workflows/index.md file. The change ensures that all method calls in the parallelWorkflow construction are consistently terminated with a semicolon.

Formatting consistency:


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/langchain-ai/langgraphjs/pull/972 **Author:** [@jaykumarcunomial](https://github.com/jaykumarcunomial) **Created:** 3/9/2025 **Status:** ✅ Merged **Merged:** 4/28/2025 **Merged by:** [@benjamincburns](https://github.com/benjamincburns) **Base:** `main` ← **Head:** `fix-code-formatting` --- ### 📝 Commits (1) - [`789d1d3`](https://github.com/langchain-ai/langgraphjs/commit/789d1d38ca3ea196865450c9ee7c5e320c993794) fix(docs): improve code formatting in workflows tutorial ### 📊 Changes **1 file changed** (+11 additions, -11 deletions) <details> <summary>View changed files</summary> 📝 `docs/docs/tutorials/workflows/index.md` (+11 -11) </details> ### 📄 Description This pull request includes a minor formatting change to the `docs/docs/tutorials/workflows/index.md` file. The change ensures that all method calls in the `parallelWorkflow` construction are consistently terminated with a semicolon. Formatting consistency: * [`docs/docs/tutorials/workflows/index.md`](diffhunk://#diff-454e58a05b59d326cf3708060a8af550546fe322022576b3b434f89a89adba9eL299-R309): Updated the `parallelWorkflow` construction to ensure all method calls are consistently terminated with a semicolon. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
yindo added the pull-request label 2026-02-15 19:17:27 -05:00
yindo closed this issue 2026-02-15 19:17:27 -05:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: langchain-ai/langgraphjs#1152