Skip to content

Commit 26c2d8d

Browse files
committed
chore: use heredoc for package description
1 parent 985556b commit 26c2d8d

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

mix.exs

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -124,10 +124,11 @@ defmodule Longbridge.MixProject do
124124

125125
defp package do
126126
[
127-
description:
128-
"Elixir SDK for the Longbridge OpenAPI trading platform — " <>
129-
"real-time market data, order submission, push subscriptions, " <>
130-
"and OAuth 2.0 authentication for US, HK, SG, and CN markets.",
127+
description: """
128+
Elixir SDK for the Longbridge OpenAPI trading platform — real-time
129+
market data, order submission, push subscriptions, and OAuth 2.0
130+
authentication for US, HK, SG, and CN markets.
131+
""",
131132
licenses: ["MIT"],
132133
links: %{
133134
"GitHub" => "https://github.com/gilbertwong96/longbridge",

0 commit comments

Comments
 (0)