Skip to content

Commit

Permalink
Added newline to main.bal
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisaraWeerakoon committed Jan 10, 2025
1 parent 57f84b4 commit cd4c54f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions examples/Meeting_for_contacts/Dependencies.toml
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ modules = [
]

[[package]]
org = "thisarar"
org = "wso2"
name = "Meeting_for_contacts"
version = "0.1.0"
dependencies = [
Expand All @@ -315,6 +315,6 @@ dependencies = [
{org = "ballerinax", name = "hubspot.crm.engagement.meeting"}
]
modules = [
{org = "thisarar", packageName = "Meeting_for_contacts", moduleName = "Meeting_for_contacts"}
{org = "wso2", packageName = "Meeting_for_contacts", moduleName = "Meeting_for_contacts"}
]

0 comments on commit cd4c54f

Please sign in to comment.